summaryrefslogtreecommitdiffstats
path: root/douint.c
diff options
context:
space:
mode:
Diffstat (limited to 'douint.c')
-rw-r--r--douint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/douint.c b/douint.c
index bccf4a9..92c55bc 100644
--- a/douint.c
+++ b/douint.c
@@ -5,7 +5,7 @@ int main(void)
unsigned int ui;
unsigned long ul;
unsigned long long ull;
-
+
printf("#ifndef _UINT_H\n#define _UINT_H\n\n");
printf(" /* This file was auto-generated. Do not edit! */\n\n");
/* u8 */
@@ -45,7 +45,7 @@ int main(void)
}
}
printf("#define U32_MAX 0xFFFFFFFF\n\n");
-
+
/* u64 */
ui = 1<<31;
ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui; ui += ui;