diff options
author | randomengy <[email protected]> | 2011-06-12 17:40:18 +0000 |
---|---|---|
committer | randomengy <[email protected]> | 2011-06-12 17:40:18 +0000 |
commit | 61bd85d1ef395a8990152a9c59ac38b8016989c4 (patch) | |
tree | 91726f4e3cbe809cefff868f2ea4d0f27b5aec17 /win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs | |
parent | a9d5ad1ecce4ebc2db6faa561ac16f3911fa7560 (diff) |
StyleCop fixes. Also removed copying hb.dll step to fix build error.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4049 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs b/win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs index 41ab39da5..7e9ee4311 100644 --- a/win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs +++ b/win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs @@ -1,10 +1,10 @@ -using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace HandBrake.Interop
+namespace HandBrake.Interop
{
+ using System;
+ using System.Collections.Generic;
+ using System.Linq;
+ using System.Text;
+
public static class Utilities
{
public static int GreatestCommonFactor(int a, int b)
|