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 --- rdoff/symtab.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'rdoff/symtab.h') diff --git a/rdoff/symtab.h b/rdoff/symtab.h index c1fe031..5bd9bcb 100644 --- a/rdoff/symtab.h +++ b/rdoff/symtab.h @@ -7,16 +7,14 @@ */ typedef struct { - char *name; - int segment; - long offset; - long flags; + char *name; + int segment; + long offset; + long flags; } symtabEnt; void *symtabNew(void); void symtabDone(void *symtab); -void symtabInsert(void *symtab,symtabEnt *ent); -symtabEnt *symtabFind(void *symtab,const char *name); -void symtabDump(void *symtab,FILE *of); - - +void symtabInsert(void *symtab, symtabEnt * ent); +symtabEnt *symtabFind(void *symtab, const char *name); +void symtabDump(void *symtab, FILE * of); -- cgit v1.2.3