Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
committerKent Mein <mein@cs.umn.edu>2002-10-30 05:07:20 +0300
commit01bff7038323d617fbc83a39e9072631ccbdd65f (patch)
tree2ca70b537a273af35eb5c85c7bd55712fb112dcd /source/gameengine/GamePlayer/common/unix
parentf6c7a8935762c5bf7ff77a0e7d5d63554c5eb80d (diff)
fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
Diffstat (limited to 'source/gameengine/GamePlayer/common/unix')
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_Canvas.h1
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_Engine.h2
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h2
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h1
-rw-r--r--source/gameengine/GamePlayer/common/unix/GPU_System.h2
5 files changed, 5 insertions, 3 deletions
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h b/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h
index 5b3309a83bf..6ff1935d9c1 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_Canvas.h
@@ -58,3 +58,4 @@ public:
};
#endif // __GPU_CANVAS_H
+
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_Engine.h b/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
index fe8743f7695..03f9d561b17 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_Engine.h
@@ -61,5 +61,5 @@ private:
void AddEventHandlers();
};
-
#endif // __GPU_ENGINE_H
+
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h b/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
index 24226bf6bfd..eb1a5a11cf6 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_KeyboardDevice.h
@@ -60,5 +60,5 @@ public:
convert_x_keycode_to_kx_keycode(unsigned int key);
};
-
#endif // _GPU_KEYBOARDDEVICE_H
+
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h b/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h
index a0629c14158..983ed0ade5a 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_PolygonMaterial.h
@@ -55,3 +55,4 @@ public:
};
#endif // __GPU_POLYGONMATERIAL_H
+
diff --git a/source/gameengine/GamePlayer/common/unix/GPU_System.h b/source/gameengine/GamePlayer/common/unix/GPU_System.h
index 7a578fb75ad..bf638327ff6 100644
--- a/source/gameengine/GamePlayer/common/unix/GPU_System.h
+++ b/source/gameengine/GamePlayer/common/unix/GPU_System.h
@@ -47,5 +47,5 @@ public:
virtual double GetTimeInSeconds();
};
-
#endif // __GPU_SYSTEM_H
+