win32.c
changeset 1582 73fe170c1bb0
parent 1580 5ffe373bd7fc
child 1596 483007886b59
--- a/win32.c	Sun Mar 27 12:48:25 2005 +0000
+++ b/win32.c	Sun Mar 27 15:12:26 2005 +0000
@@ -299,7 +299,7 @@
 	case WM_KEYDOWN: {
 		// this is the rewritten ascii input function
 		// it disables windows deadkey handling --> more linux like :D
-    unsigned short w = 0;
+		unsigned short w = 0;
 		int r = 0;
 		byte ks[256];
 		unsigned int scan = 0;
@@ -721,7 +721,7 @@
 			 * real key is in the upper 16 bits (see WM_SYSKEYDOWN in WndProcGdi()) */
 			if ((_pressed_key >> 16) & WKC_TAB &&
 #endif
-			  !_networking && _game_mode != GM_MENU)
+			    !_networking && _game_mode != GM_MENU)
 				_fast_forward |= 2;
 		} else if (_fast_forward & 2)
 			_fast_forward = 0;