mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 05:52:21 +08:00
Fixed the whitespace
This commit is contained in:
@ -16,9 +16,9 @@ extern int errno; /* <errno.h> forgets to do this... */
|
||||
#define SEEK_SET 0
|
||||
#define SEEK_CUR 1
|
||||
|
||||
extern PTR EXFUN( malloc, (unsigned));
|
||||
extern PTR EXFUN( realloc, (PTR, unsigned));
|
||||
extern void EXFUN( free, (PTR));
|
||||
extern PTR EXFUN(malloc, (unsigned));
|
||||
extern PTR EXFUN(realloc, (PTR, unsigned));
|
||||
extern void EXFUN(free, (PTR));
|
||||
|
||||
#define HAVE_STRERROR
|
||||
|
||||
|
Reference in New Issue
Block a user