summaryrefslogtreecommitdiffstats
path: root/win/C#/Model
diff options
context:
space:
mode:
Diffstat (limited to 'win/C#/Model')
-rw-r--r--win/C#/Model/DriveInformation.cs2
-rw-r--r--win/C#/Model/SourceType.cs8
2 files changed, 5 insertions, 5 deletions
diff --git a/win/C#/Model/DriveInformation.cs b/win/C#/Model/DriveInformation.cs
index 8db3ed8f8..d71d3a8e9 100644
--- a/win/C#/Model/DriveInformation.cs
+++ b/win/C#/Model/DriveInformation.cs
@@ -20,4 +20,4 @@ namespace Handbrake.Model
/// </summary>
public string RootDirectory { get; set; }
}
-}
+} \ No newline at end of file
diff --git a/win/C#/Model/SourceType.cs b/win/C#/Model/SourceType.cs
index 4cc8b416d..2081ce985 100644
--- a/win/C#/Model/SourceType.cs
+++ b/win/C#/Model/SourceType.cs
@@ -13,21 +13,21 @@ namespace Handbrake.Model
/// <summary>
/// No Source Selected
/// </summary>
- None = 0,
+ None = 0,
/// <summary>
/// The soruce selected is a folder
/// </summary>
- Folder,
+ Folder,
/// <summary>
/// The source selected is a DVD drive
/// </summary>
- DvdDrive,
+ DvdDrive,
/// <summary>
/// The source selected is a Video File
/// </summary>
VideoFile
}
-}
+} \ No newline at end of file