summaryrefslogtreecommitdiffstats
path: root/douint.c
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2014-12-06 01:39:33 +0100
committerJérémy Zurcher <jeremy@asynk.ch>2014-12-06 01:39:33 +0100
commit6533e74370acfa51653608b1dc5e1292c72970c9 (patch)
treedbd3b13cb10df6f341a82a5a449fcf5a4b9d9b66 /douint.c
parenta583bb24fb23728c9c4ed6c6c573d526ab654c49 (diff)
downloadcrypto-6533e74370acfa51653608b1dc5e1292c72970c9.zip
crypto-6533e74370acfa51653608b1dc5e1292c72970c9.tar.gz
remove extra spaces
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;