diff options
author | sr55 <[email protected]> | 2010-02-20 22:30:12 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2010-02-20 22:30:12 +0000 |
commit | 3678fc6353c1b1bbea23723891cbf950f66ab452 (patch) | |
tree | 401d6f9b859ecac9fdf13fe432dd564589ac7276 /win/C#/Model | |
parent | b59b7b8733533aed4b97da6679e455df63049e23 (diff) |
WinGui:
- Cleanup more StyleCop warnings.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3131 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/C#/Model')
-rw-r--r-- | win/C#/Model/DriveInformation.cs | 2 | ||||
-rw-r--r-- | win/C#/Model/SourceType.cs | 8 |
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 |