ran "indent -gnu"; have not fixed block comment style

This commit is contained in:
Ken Raeburn 1995-02-08 02:35:44 +00:00
parent 28860f46fa
commit 12516a373c
47 changed files with 5114 additions and 4311 deletions

View file

@ -1,7 +1,7 @@
#ifndef utils_h
#define utils_h
extern int print_name_only PARAMS((Sym *self));
extern void print_name PARAMS((Sym *self));
extern int print_name_only PARAMS ((Sym * self));
extern void print_name PARAMS ((Sym * self));
#endif /* utils_h */