From 61bd85d1ef395a8990152a9c59ac38b8016989c4 Mon Sep 17 00:00:00 2001 From: randomengy Date: Sun, 12 Jun 2011 17:40:18 +0000 Subject: 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 --- win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'win/CS/HandBrake.Interop/HandBrakeInterop/Utilities.cs') 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) -- cgit v1.2.3