From 6a0180cff6f6c80c5579ce3ada1fc71e38d4264c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Felix=20Paul=20K=C3=BChne?= Date: Sun, 23 Mar 2008 15:19:26 +0100 Subject: [PATCH] removed trailing spaces, cough --- modules/gui/macosx/simple_prefs.m | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/gui/macosx/simple_prefs.m b/modules/gui/macosx/simple_prefs.m index 5e9a02f64a..b806877892 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]]; -- 2.20.1