aboutsummaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/defs.h b/defs.h
index 4bdd84c..a82beea 100644
--- a/defs.h
+++ b/defs.h
@@ -1,9 +1,9 @@
-#ifndef DEFS
-#define DEFS
-
-#include <stdio.h>
-
-typedef unsigned char u8;
-typedef unsigned long int u32;
-
+#ifndef DEFS
+#define DEFS
+
+#include <stdio.h>
+
+typedef unsigned char u8;
+typedef unsigned long int u32;
+
#endif \ No newline at end of file