summaryrefslogtreecommitdiffstats
path: root/x86cpuid.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 /x86cpuid.c
parenta583bb24fb23728c9c4ed6c6c573d526ab654c49 (diff)
downloadcrypto-6533e74370acfa51653608b1dc5e1292c72970c9.zip
crypto-6533e74370acfa51653608b1dc5e1292c72970c9.tar.gz
remove extra spaces
Diffstat (limited to 'x86cpuid.c')
-rw-r--r--x86cpuid.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/x86cpuid.c b/x86cpuid.c
index 7cdd87b..809a111 100644
--- a/x86cpuid.c
+++ b/x86cpuid.c
@@ -12,9 +12,9 @@ int main()
int i;
int j;
char c;
-
+
signal(SIGILL,nope);
-
+
x[0] = 0;
x[1] = 0;
x[2] = 0;
@@ -32,8 +32,8 @@ int main()
putchar(c);
}
}
-
+
printf("-%08x-%08x\n",y[0],y[3]);
-
+
return 0;
}