diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-08-12 04:43:32 -0700 |
commit | f3445b37b67deb8f67f7885274b2544684503f78 (patch) | |
tree | 7728c7ad03f97288e55905fe67725498771729c1 /gprof/gmon.h | |
parent | 3aade68889268c7d15e121d6d63cb1b753ec12fa (diff) | |
download | gdb-f3445b37b67deb8f67f7885274b2544684503f78.zip gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.gz gdb-f3445b37b67deb8f67f7885274b2544684503f78.tar.bz2 |
Remove trailing spaces in gprof
Diffstat (limited to 'gprof/gmon.h')
-rw-r--r-- | gprof/gmon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/gmon.h b/gprof/gmon.h index be670ff..762f970 100644 --- a/gprof/gmon.h +++ b/gprof/gmon.h @@ -53,11 +53,11 @@ #define GMONVERSION 0x00051879 /* Size of the old BSD gmon header */ -#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4) +#define GMON_HDRSIZE_OLDBSD_32 (4 + 4 + 4) /* FIXME: Checking host compiler defines here means that we can't use a cross gprof alpha OSF. */ -#if defined(__alpha__) && defined (__osf__) +#if defined(__alpha__) && defined (__osf__) #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4 + 4) #else #define GMON_HDRSIZE_OLDBSD_64 (8 + 8 + 4) |