diff options
Diffstat (limited to 'gprof/utils.h')
-rw-r--r-- | gprof/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/utils.h b/gprof/utils.h index 7f5d342..27fb9c6 100644 --- a/gprof/utils.h +++ b/gprof/utils.h @@ -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 */ |