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 --- assemble.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'assemble.h') diff --git a/assemble.h b/assemble.h index b08ceb1..9d55bc3 100644 --- a/assemble.h +++ b/assemble.h @@ -9,10 +9,10 @@ #ifndef NASM_ASSEMBLE_H #define NASM_ASSEMBLE_H -long insn_size (long segment, long offset, int bits, unsigned long cpu, - insn *instruction, efunc error); -long assemble (long segment, long offset, int bits, unsigned long cpu, - insn *instruction, struct ofmt *output, efunc error, - ListGen *listgen); +long insn_size(long segment, long offset, int bits, unsigned long cpu, + insn * instruction, efunc error); +long assemble(long segment, long offset, int bits, unsigned long cpu, + insn * instruction, struct ofmt *output, efunc error, + ListGen * listgen); #endif -- cgit v1.2.3