diff options
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs index 567d0e7a3..95eeb0057 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Json/Encode/Chapter.cs @@ -5,18 +5,18 @@ // <summary>
// Represents a chapter to encode.
// </summary>
-// -------------------------------------------------------------------------------------------------------------------- - -namespace HandBrake.ApplicationServices.Interop.Json.Encode -{ - /// <summary> - /// Represents a chapter to encode. - /// </summary> - public class Chapter - { - /// <summary> - /// Gets or sets the name. - /// </summary> - public string Name { get; set; } - } +// --------------------------------------------------------------------------------------------------------------------
+
+namespace HandBrake.ApplicationServices.Interop.Json.Encode
+{
+ /// <summary>
+ /// Represents a chapter to encode.
+ /// </summary>
+ public class Chapter
+ {
+ /// <summary>
+ /// Gets or sets the name.
+ /// </summary>
+ public string Name { get; set; }
+ }
}
\ No newline at end of file |