summary refs log tree commit diff
path: root/src/MacInput.h
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 18:11:55 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2021-06-21 21:31:11 +0700
commit325dca9f212f9fd44cd10a8180529970c7a08c72 (patch)
treee1cfaec078dfa49f4d51d05eef8a5b0967843a41 /src/MacInput.h
parent10f5376de856ecead4e8bbf66f19157f36f7a382 (diff)
downloadblackshades-1.2.0.tar.gz
Remove trailing whitespaces and duplicated blank lines 1.2.0
Diffstat (limited to 'src/MacInput.h')
-rw-r--r--src/MacInput.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/MacInput.h b/src/MacInput.h
index 0c741aa..43b3dc0 100644
--- a/src/MacInput.h
+++ b/src/MacInput.h
@@ -4,7 +4,7 @@
 /**> HEADER FILES <**/
 #include <stdlib.h>
 #include <stdio.h>
-#ifdef OS9 
+#ifdef OS9
 #include <CursorDevices.h> //Mouse
 #endif
 
@@ -94,7 +94,6 @@
 #define	MAC_ARROW_LEFT_KEY		0x7B
 #define	MAC_ARROW_RIGHT_KEY		0x7C
 
-
 /**> FUNCTION PROTOTYPES <**/
 Boolean	IsKeyDown( unsigned char *keyMap, unsigned short theKey );
 void 	InitMouse();