summaryrefslogtreecommitdiff
path: root/float.h
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2005-01-15 22:15:51 +0000
committerH. Peter Anvin <hpa@zytor.com>2005-01-15 22:15:51 +0000
commite2c80181b6a6338f0381fc9c44fae32d8b8a20fc (patch)
treef9919ba3c0489d886c9a79e73257ef6a4584aafc /float.h
parent5180bc8a598aa5bff7bfb3726771e5bf348e61a2 (diff)
downloadnasm-e2c80181b6a6338f0381fc9c44fae32d8b8a20fc.tar.gz
Apply Nindent to all .c and .h filesnasm-0.98.39LATEST
Diffstat (limited to 'float.h')
-rw-r--r--float.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/float.h b/float.h
index cc01ec03..2f91633d 100644
--- a/float.h
+++ b/float.h
@@ -10,7 +10,7 @@
#ifndef NASM_FLOAT_H
#define NASM_FLOAT_H
-int float_const (char *number, long sign, unsigned char *result, int bytes,
- efunc error);
+int float_const(char *number, long sign, unsigned char *result, int bytes,
+ efunc error);
#endif