FINAL VERSION

Dependencies:   mbed

Revision:
91:c01a736fb0d9
Parent:
86:01f33d94e496
Child:
93:18f81996ea89
--- a/Laser/Laser.h	Mon May 06 19:24:32 2019 +0000
+++ b/Laser/Laser.h	Mon May 06 22:57:04 2019 +0000
@@ -8,9 +8,9 @@
 
 /* Laser Class
 @author James Heavey, University of Leeds
-@brief Controls the Laser in the Breakout game 
+@brief Controls the Laser in the Breakout game
 @date May 2019
-*/ 
+*/
 class Laser
 {
 
@@ -25,7 +25,7 @@
     int get_y();
     void set_posx(int x);
     void set_posy(int y);
-    
+
 private:
 
     Vector2D _velocity;