small whitespace killing, but not the file I was looking for
This commit is contained in:
@@ -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.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user