diff options
author | H. Peter Anvin <hpa@zytor.com> | 2005-01-15 22:15:51 +0000 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2005-01-15 22:15:51 +0000 |
commit | e2c80181b6a6338f0381fc9c44fae32d8b8a20fc (patch) | |
tree | f9919ba3c0489d886c9a79e73257ef6a4584aafc /rdoff/hash.h | |
parent | 5180bc8a598aa5bff7bfb3726771e5bf348e61a2 (diff) | |
download | nasm-e2c80181b6a6338f0381fc9c44fae32d8b8a20fc.tar.gz nasm-e2c80181b6a6338f0381fc9c44fae32d8b8a20fc.tar.bz2 nasm-e2c80181b6a6338f0381fc9c44fae32d8b8a20fc.zip |
Apply Nindent to all .c and .h files
Diffstat (limited to 'rdoff/hash.h')
-rw-r--r-- | rdoff/hash.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rdoff/hash.h b/rdoff/hash.h index 2ccf9b9..cda4f61 100644 --- a/rdoff/hash.h +++ b/rdoff/hash.h @@ -8,5 +8,4 @@ * distributed in the NASM archive. */ -unsigned hash (const char* name); - +unsigned hash(const char *name); |