diff options
| author | Simon Tatham <anakin@pobox.com> | 2005-09-23 12:43:42 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2005-09-23 12:43:42 +0000 |
| commit | 733e3c6bc741cd1322b00545f600a548fac32563 (patch) | |
| tree | a1bece2592e21436d81944d4e3fb4dc69d7d6c51 /flip.c | |
| parent | 71966d06a29099e12aefde94c4c7a81a390ccd4a (diff) | |
| download | puzzles-733e3c6bc741cd1322b00545f600a548fac32563.zip puzzles-733e3c6bc741cd1322b00545f600a548fac32563.tar.gz puzzles-733e3c6bc741cd1322b00545f600a548fac32563.tar.bz2 puzzles-733e3c6bc741cd1322b00545f600a548fac32563.tar.xz | |
Fix very strange indentation issue!
[originally from svn r6339]
Diffstat (limited to 'flip.c')
| -rw-r--r-- | flip.c | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1244,14 +1244,14 @@ static int game_timing_state(game_state *state, game_ui *ui) return TRUE; } - static void game_print_size(game_params *params, float *x, float *y) - { - } - - static void game_print(drawing *dr, game_state *state, int tilesize) - { - } - +static void game_print_size(game_params *params, float *x, float *y) +{ +} + +static void game_print(drawing *dr, game_state *state, int tilesize) +{ +} + #ifdef COMBINED #define thegame flip #endif |