Fix some indentation and typo issues
[Project_algorithmic_C.git] / lib / othello.h
index dc6784ea58307edfa57ad118eeab1cad9a61b997..9800676693bd58f59919d56269428f3ed00c30ad 100644 (file)
@@ -45,6 +45,6 @@ bool is_board_full(unsigned int pawn_array[board_size][board_size]);
 
 unsigned int count_pawns_type(unsigned int pawn_array[board_size][board_size], unsigned int type);
 
-unsigned int valid_shot(int y, int x, unsigned int current_player, unsigned int     pawn_array[board_size][board_size]);
+unsigned int valid_shot(int y, int x, unsigned int current_player, unsigned int pawn_array[board_size][board_size]);
 
 #endif /* OTHELLO_H */