Parcourir la source

Added newline back to Rectangle.

Darryl Gough il y a 13 ans
Parent
commit
c6f04b2907
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  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);
 }
 
-}
+}

+ 1 - 1
gameplay/src/Rectangle.h

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