[Scummvm-cvs-logs] scummvm master -> 3e01d35281c2a279ed3ad6873c87cddddb926a36

salty-horse ori at avtalion.name
Thu Apr 28 11:33:49 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:
3e01d35281 JANITORIAL: Format more forward declarations to follow convention


Commit: 3e01d35281c2a279ed3ad6873c87cddddb926a36
    https://github.com/scummvm/scummvm/commit/3e01d35281c2a279ed3ad6873c87cddddb926a36
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T02:32:01-07:00

Commit Message:
JANITORIAL: Format more forward declarations to follow convention

Changed paths:
    backends/platform/ps2/Gs2dScreen.h
    common/system.h
    engines/queen/display.h
    engines/savestate.h
    engines/sci/graphics/maciconbar.h
    engines/sky/screen.h



diff --git a/backends/platform/ps2/Gs2dScreen.h b/backends/platform/ps2/Gs2dScreen.h
index 358e717..6e842b3 100644
--- a/backends/platform/ps2/Gs2dScreen.h
+++ b/backends/platform/ps2/Gs2dScreen.h
@@ -46,7 +46,7 @@ enum GsInterlace {
 
 
 namespace Graphics {
-	struct Surface;
+struct Surface;
 }
 
 class Gs2dScreen {
diff --git a/common/system.h b/common/system.h
index a8372a1..f727ff6 100644
--- a/common/system.h
+++ b/common/system.h
@@ -39,7 +39,7 @@ class Mixer;
 }
 
 namespace Graphics {
-	struct Surface;
+struct Surface;
 }
 
 namespace Common {
diff --git a/engines/queen/display.h b/engines/queen/display.h
index d3391fc..e7a2ecd 100644
--- a/engines/queen/display.h
+++ b/engines/queen/display.h
@@ -32,8 +32,9 @@
 #include "queen/defs.h"
 
 class OSystem;
+
 namespace Common {
-	struct Rect;
+struct Rect;
 }
 
 namespace Queen {
diff --git a/engines/savestate.h b/engines/savestate.h
index 37f2b9b..9b64a96 100644
--- a/engines/savestate.h
+++ b/engines/savestate.h
@@ -32,7 +32,7 @@
 
 
 namespace Graphics {
-	struct Surface;
+struct Surface;
 }
 
 /**
diff --git a/engines/sci/graphics/maciconbar.h b/engines/sci/graphics/maciconbar.h
index 3ac5475..72609d1 100644
--- a/engines/sci/graphics/maciconbar.h
+++ b/engines/sci/graphics/maciconbar.h
@@ -31,7 +31,7 @@
 #include "sci/engine/vm.h"
 
 namespace Graphics {
-	struct Surface;
+struct Surface;
 }
 
 namespace Sci {
diff --git a/engines/sky/screen.h b/engines/sky/screen.h
index 2c870eb..5e226c4 100644
--- a/engines/sky/screen.h
+++ b/engines/sky/screen.h
@@ -31,8 +31,9 @@
 #include "sky/skydefs.h"
 
 class OSystem;
+
 namespace Common {
-	struct Rect;
+struct Rect;
 }
 
 namespace Sky {






More information about the Scummvm-git-logs mailing list