Ben Evans / Mbed 2 deprecated Defender_Game

Dependencies:   mbed

Revision:
82:3211b31e9421
Parent:
67:a2984682d641
Child:
85:87bc28b151d8
diff -r 78c461e6770b -r 3211b31e9421 HUD/HUD_test.h
--- a/HUD/HUD_test.h	Mon May 25 15:59:14 2020 +0000
+++ b/HUD/HUD_test.h	Mon May 25 18:39:51 2020 +0000
@@ -8,7 +8,7 @@
  * @return true if test are passed 
  */
 bool HUD_draw_test(int spaceship_lives, int points,  int smart_bomb_counter, 
-int expected_pixel_status, int expected_postion_x, int expected_postion_y){
+int expected_pixel_status, int expected_postion_x, int expected_postion_y) {
     
     // Objects reqired for test 
     HUD hud;