From 86f5b096231a07f77efd327968a78a4f0cb851ca Mon Sep 17 00:00:00 2001 From: sjbaker Date: Sun, 24 Sep 2006 17:25:13 +0000 Subject: [PATCH] Added newline at the ends of these files in order to prevent g++ warnings. --- Demos/ForkLiftDemo/ForkLiftDemo.h | 1 + Demos/VehicleDemo/VehicleDemo.h | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Demos/ForkLiftDemo/ForkLiftDemo.h b/Demos/ForkLiftDemo/ForkLiftDemo.h index 63cbfa733..fb097b2d1 100644 --- a/Demos/ForkLiftDemo/ForkLiftDemo.h +++ b/Demos/ForkLiftDemo/ForkLiftDemo.h @@ -49,3 +49,4 @@ class ForkLiftDemo : public DemoApplication }; #endif //FORKLIFT_DEMO_H + diff --git a/Demos/VehicleDemo/VehicleDemo.h b/Demos/VehicleDemo/VehicleDemo.h index 0a51ffa86..cb4679289 100644 --- a/Demos/VehicleDemo/VehicleDemo.h +++ b/Demos/VehicleDemo/VehicleDemo.h @@ -48,4 +48,6 @@ class VehicleDemo : public DemoApplication void setupPhysics(); }; -#endif //VEHICLE_DEMO_H \ No newline at end of file +#endif //VEHICLE_DEMO_H + +