diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-07-16 10:23:26 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-16 10:23:26 -0400 |
commit | 02d66b182c5d5a1a0ce8c481caad1cea072c27e5 (patch) | |
tree | 7cbe981902885e4f072bcfb34ded4c3a073ef339 /misc | |
parent | 395d3811143d61f6d0765e678d766185981aae97 (diff) | |
download | nasm-02d66b182c5d5a1a0ce8c481caad1cea072c27e5.tar.gz nasm-02d66b182c5d5a1a0ce8c481caad1cea072c27e5.tar.bz2 nasm-02d66b182c5d5a1a0ce8c481caad1cea072c27e5.zip |
crcgen: clean up whitespace
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/crcgen.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/misc/crcgen.c b/misc/crcgen.c index df8b0c3..f11e252 100644 --- a/misc/crcgen.c +++ b/misc/crcgen.c @@ -42,6 +42,3 @@ int main(int argc, char *argv[]) return 0; } - - - |