diff options
author | Steve Chamberlain <sac@cygnus> | 1992-03-13 15:57:41 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-03-13 15:57:41 +0000 |
commit | 302c8ab121aefc1412e17b8f9d28d08c11637231 (patch) | |
tree | 7f7c67e35288c685f64ad05ae6ac43e4e2f9528f /bfd/hosts/stratus.h | |
parent | ee7d7cd8bbd6f805c9e8012033fe1b59464cff06 (diff) | |
download | gdb-302c8ab121aefc1412e17b8f9d28d08c11637231.zip gdb-302c8ab121aefc1412e17b8f9d28d08c11637231.tar.gz gdb-302c8ab121aefc1412e17b8f9d28d08c11637231.tar.bz2 |
Fixed the whitespace
Diffstat (limited to 'bfd/hosts/stratus.h')
-rw-r--r-- | bfd/hosts/stratus.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/bfd/hosts/stratus.h b/bfd/hosts/stratus.h index 08d5c7c..dbe7a01 100644 --- a/bfd/hosts/stratus.h +++ b/bfd/hosts/stratus.h @@ -19,18 +19,18 @@ #define POSIX_UTIME #define HAVE_PROCFS /* This host has /proc support */ -extern void EXFUN( abort,(void)); -extern int EXFUN( close,(int)); -extern void EXFUN( exit,(int)); -extern int EXFUN( fclose,(FILE*)); -extern void EXFUN( free,(PTR)); -extern int EXFUN( fseek,(FILE*, long, int)); -extern int EXFUN( getgid,()); -extern int EXFUN( getuid,()); -extern PTR EXFUN( malloc,(unsigned)); -extern void EXFUN( perror,(CONST char *)); -extern int EXFUN( qsort,(void *data,int els, int siz, int func())); -extern PTR EXFUN( realloc, (PTR, unsigned)); +extern void EXFUN(abort,(void)); +extern int EXFUN(close,(int)); +extern void EXFUN(exit,(int)); +extern int EXFUN(fclose,(FILE*)); +extern void EXFUN(free,(PTR)); +extern int EXFUN(fseek,(FILE*, long, int)); +extern int EXFUN(getgid,()); +extern int EXFUN(getuid,()); +extern PTR EXFUN(malloc,(unsigned)); +extern void EXFUN(perror,(CONST char *)); +extern int EXFUN(qsort,(void *data,int els, int siz, int func())); +extern PTR EXFUN(realloc, (PTR, unsigned)); extern char *getenv(); extern int chmod(); |