summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-01-03 00:04:21 +0000
committerRodeo <[email protected]>2013-01-03 00:04:21 +0000
commit4bae8091979d4f8632280e3079c7c9e6bb7a96c5 (patch)
treed135c2ef9b724dfb56bc0fa14077b7a11e3b265d /macosx
parent2636511cf692b4eec7b42232999ef164d9552195 (diff)
MacGui: cosmetics.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5136 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r--macosx/Controller.m12
1 files changed, 6 insertions, 6 deletions
diff --git a/macosx/Controller.m b/macosx/Controller.m
index 5b955b5cb..27d3bd354 100644
--- a/macosx/Controller.m
+++ b/macosx/Controller.m
@@ -3779,13 +3779,13 @@ bool one_burned = FALSE;
/* iPod 5G atom */
job->ipod_atom = ([[queueToApply objectForKey:@"Mp4iPodCompatible"]
intValue] == 1);
-
- /* set fastfirstpass if 2-pass and Turbo are enabled */
- if ([[queueToApply objectForKey:@"VideoTwoPass"] intValue] == 1)
- {
- job->fastfirstpass = ([[queueToApply objectForKey:@"VideoTurboTwoPass"]
+
+ /* set fastfirstpass if 2-pass and Turbo are enabled */
+ if ([[queueToApply objectForKey:@"VideoTwoPass"] intValue] == 1)
+ {
+ job->fastfirstpass = ([[queueToApply objectForKey:@"VideoTurboTwoPass"]
intValue] == 1);
- }
+ }
/* advanced x264 options */
NSString *tmpString;