diff options
author | sr55 <[email protected]> | 2015-02-28 20:37:38 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2015-02-28 20:37:38 +0000 |
commit | 261db2cdb6572771fac4772f31480fe9a9969474 (patch) | |
tree | 73372a6ae2b35ec6872bc8eaf541453ab657d12e /win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs | |
parent | 8050f4d120bbe0aa584f6aa9b103abaddb4e104b (diff) |
WinGui: Tabs -> Spaces.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6952 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs')
-rw-r--r-- | win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs index ec59a6dbf..0140c5678 100644 --- a/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs +++ b/win/CS/HandBrake.ApplicationServices/Interop/Model/Encoding/Container.cs @@ -9,20 +9,20 @@ namespace HandBrake.ApplicationServices.Interop.Model.Encoding
{
- using System;
- using System.ComponentModel.DataAnnotations;
+ using System;
+ using System.ComponentModel.DataAnnotations;
/// <summary>
/// The container.
/// </summary>
[Flags]
- public enum Container
- {
- None = 0x0,
+ public enum Container
+ {
+ None = 0x0,
- [Display(Name = "MP4")]
- MP4,
- [Display(Name = "MKV")]
- MKV
- }
+ [Display(Name = "MP4")]
+ MP4,
+ [Display(Name = "MKV")]
+ MKV
+ }
}
|