From 16f7933765671ab563d17620b071cdaf99d98bbf Mon Sep 17 00:00:00 2001 From: sr55 Date: Fri, 26 Feb 2010 22:39:19 +0000 Subject: WinGui: - Few StyleCop warnings cleared up. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3140 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- win/C#/Functions/PresetLoader.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win/C#/Functions/PresetLoader.cs') diff --git a/win/C#/Functions/PresetLoader.cs b/win/C#/Functions/PresetLoader.cs index 95d09e5f5..f5153e970 100644 --- a/win/C#/Functions/PresetLoader.cs +++ b/win/C#/Functions/PresetLoader.cs @@ -186,9 +186,9 @@ namespace Handbrake.Functions double x264Step = cqStep; double presetValue = presetQuery.VideoQuality; - double x = 51/x264Step; + double x = 51 / x264Step; - double calculated = presetValue/x264Step; + double calculated = presetValue / x264Step; calculated = x - calculated; int.TryParse(calculated.ToString(), out value); -- cgit v1.2.3