small whitespace killing, but not the file I was looking for

This commit is contained in:
AJ Kelly
2011-02-20 21:24:24 -06:00
parent 31dcf430f4
commit 0c09fe3d84
+2 -3
View File
@@ -202,8 +202,8 @@ static void SetupMenus( void )
int main( int argc, char **argv ) int main( int argc, char **argv )
{ {
RageThreadRegister guiThread( "GUI thread" ); RageThreadRegister guiThread( "GUI thread" );
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
SMMain *sm; SMMain *sm;
// Ensure the application object is initialised, this sets NSApp. // Ensure the application object is initialised, this sets NSApp.
[SMApplication sharedApplication]; [SMApplication sharedApplication];
@@ -249,4 +249,3 @@ int main( int argc, char **argv )
* OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR * OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */