[vlc-devel] commit: removed trailing spaces, cough ( Felix Paul Kühne )
git version control
git at videolan.org
Sun Mar 23 15:19:00 CET 2008
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Sun Mar 23 15:19:26 2008 +0100| [6a0180cff6f6c80c5579ce3ada1fc71e38d4264c]
removed trailing spaces, cough
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a0180cff6f6c80c5579ce3ada1fc71e38d4264c
---
modules/gui/macosx/simple_prefs.m | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m
index 5e9a02f..b806877 100644
--- a/modules/gui/macosx/simple_prefs.m
+++ b/modules/gui/macosx/simple_prefs.m
@@ -373,11 +373,11 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
if( module_Exists (p_intf, "dvdnav") )
TestCaC( "dvdnav-caching" );
TestCaC( "tcp-caching" );
- TestCaC( "fake-caching" );
+ TestCaC( "fake-caching" );
TestCaC( "cdda-caching" );
- TestCaC( "screen-caching" );
+ TestCaC( "screen-caching" );
TestCaC( "vcd-caching" );
- TestCaCi( "rtsp-caching", 4 );
+ TestCaCi( "rtsp-caching", 4 );
TestCaCi( "ftp-caching", 2 );
TestCaCi( "http-caching", 4 );
if(module_Exists (p_intf, "access_realrtsp"))
@@ -938,7 +938,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
i_returnValue = [o_hotkeySettings indexOfObject: o_keyInTransition];
if( i_returnValue != NSNotFound )
- [o_hotkeySettings replaceObjectAtIndex: i_returnValue withObject: [[NSNumber numberWithInt: 0] retain]];
+ [o_hotkeySettings replaceObjectAtIndex: i_returnValue withObject: [[NSNumber numberWithInt: 0] retain]];
[o_hotkeySettings replaceObjectAtIndex: [o_hotkeys_listbox selectedRow] withObject: [o_keyInTransition retain]];
More information about the vlc-devel
mailing list