Browse Source

Added newline back to Rectangle.

Darryl Gough 13 years ago
parent
commit
c6f04b2907
2 changed files with 2 additions and 2 deletions
  1. 1 1
      gameplay/src/Rectangle.cpp
  2. 1 1
      gameplay/src/Rectangle.h

+ 1 - 1
gameplay/src/Rectangle.cpp

@@ -145,4 +145,4 @@ bool Rectangle::operator != (const Rectangle& r) const
     return (x != r.x || width != r.width || y != r.y || height != r.height);
     return (x != r.x || width != r.width || y != r.y || height != r.height);
 }
 }
 
 
-}
+}

+ 1 - 1
gameplay/src/Rectangle.h

@@ -229,4 +229,4 @@ public:
 
 
 }
 }
 
 
-#endif
+#endif