OSDN Git Service

CLI: update the built in presets
[handbrake-jp/handbrake-jp-git.git] / win / C# / Model / SourceType.cs
index 4cc8b41..2081ce9 100644 (file)
@@ -13,21 +13,21 @@ namespace Handbrake.Model
         /// <summary>\r
         /// No Source Selected\r
         /// </summary>\r
-        None = 0,\r
+        None = 0, \r
 \r
         /// <summary>\r
         /// The soruce selected is a folder\r
         /// </summary>\r
-        Folder,\r
+        Folder, \r
 \r
         /// <summary>\r
         /// The source selected is a DVD drive\r
         /// </summary>\r
-        DvdDrive,\r
+        DvdDrive, \r
 \r
         /// <summary>\r
         /// The source selected is a Video File\r
         /// </summary>\r
         VideoFile\r
     }\r
-}\r
+}
\ No newline at end of file