From e2c80181b6a6338f0381fc9c44fae32d8b8a20fc Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Sat, 15 Jan 2005 22:15:51 +0000 Subject: Apply Nindent to all .c and .h files --- float.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'float.h') 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 -- cgit v1.2.1