[Scummvm-cvs-logs] scummvm master -> 59646053a3ce27656afbd321565ca63ffddc7811

fingolfin max at quendi.de
Fri Jun 3 18:27:30 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
59646053a3 MACOSX: Fix indention


Commit: 59646053a3ce27656afbd321565ca63ffddc7811
    https://github.com/scummvm/scummvm/commit/59646053a3ce27656afbd321565ca63ffddc7811
Author: Max Horn (max at quendi.de)
Date: 2011-06-03T09:25:57-07:00

Commit Message:
MACOSX: Fix indention

Changed paths:
    backends/platform/sdl/macosx/macosx.cpp



diff --git a/backends/platform/sdl/macosx/macosx.cpp b/backends/platform/sdl/macosx/macosx.cpp
index 0624de2..79f35cd 100644
--- a/backends/platform/sdl/macosx/macosx.cpp
+++ b/backends/platform/sdl/macosx/macosx.cpp
@@ -88,15 +88,15 @@ bool OSystem_MacOSX::displayLogFile() {
 	if (_logFilePath.empty())
 		return false;
 
-    FSRef ref;
-    OSStatus err;
+	FSRef ref;
+	OSStatus err;
 
-    err = FSPathMakeRef((const UInt8 *)_logFilePath.c_str(), &ref, NULL);
-    if (err == noErr) {
-        err = LSOpenFSRef(&ref, NULL);
-    }
+	err = FSPathMakeRef((const UInt8 *)_logFilePath.c_str(), &ref, NULL);
+	if (err == noErr) {
+		err = LSOpenFSRef(&ref, NULL);
+	}
 
-    return err != noErr;
+	return err != noErr;
 }
 
 #endif






More information about the Scummvm-git-logs mailing list