Commit ea32bd20 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed white spacing errors introduced in previous commit...

macosx: fixed white spacing errors introduced in previous commit (ff8183c0)
parent ff8183c0
...@@ -254,9 +254,8 @@ ...@@ -254,9 +254,8 @@
} }
- (void) setCurrentTime: (int) i_currentTime { - (void) setCurrentTime: (int) i_currentTime {
if (i_currentTime) { if (i_currentTime)
[[VLCCoreInteraction sharedInstance] setCurrentTime:i_currentTime]; [[VLCCoreInteraction sharedInstance] setCurrentTime:i_currentTime];
}
} }
#pragma mark - #pragma mark -
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment