diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2014-12-06 01:39:33 +0100 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2014-12-06 01:39:33 +0100 |
commit | 6533e74370acfa51653608b1dc5e1292c72970c9 (patch) | |
tree | dbd3b13cb10df6f341a82a5a449fcf5a4b9d9b66 /x86cpuid.c | |
parent | a583bb24fb23728c9c4ed6c6c573d526ab654c49 (diff) | |
download | crypto-6533e74370acfa51653608b1dc5e1292c72970c9.zip crypto-6533e74370acfa51653608b1dc5e1292c72970c9.tar.gz |
remove extra spaces
Diffstat (limited to 'x86cpuid.c')
-rw-r--r-- | x86cpuid.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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; } |