aboutsummaryrefslogtreecommitdiff
path: root/gcc/timevar.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-05-31 22:15:42 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-05-31 22:15:42 +0000
commit41077ce4b37a093155987bdf671bdf91510f9067 (patch)
tree5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/timevar.h
parentb2e426a0cc27661b3c296f9cb6d3cd37930f55cc (diff)
downloadgcc-41077ce4b37a093155987bdf671bdf91510f9067.zip
gcc-41077ce4b37a093155987bdf671bdf91510f9067.tar.gz
gcc-41077ce4b37a093155987bdf671bdf91510f9067.tar.bz2
target.h: Fix formatting.
* target.h: Fix formatting. * timevar.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * toplev.h: Likewise. * tree.c: Likewise. * tree-dump.h: Likewise. * tree.h: Likewise. * tree-inline.h: Likewise. * unroll.c: Likewise. * unwind-dw2.c: Likewise. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * unwind-dw2-fde.h: Likewise. * unwind.h: Likewise. * unwind-sjlj.c: Likewise. * varasm.c: Likewise. * varray.h: Likewise. * vmsdbg.h: Likewise. * vmsdbgout.c: Likewise. * xcoffout.h: Likewise. From-SVN: r54123
Diffstat (limited to 'gcc/timevar.h')
-rw-r--r--gcc/timevar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/timevar.h b/gcc/timevar.h
index f0d2fd2..149751c 100644
--- a/gcc/timevar.h
+++ b/gcc/timevar.h
@@ -41,9 +41,9 @@
- As a standalone timer, using timevar_start and timevar_stop.
All time elapsed between the two calls is attributed to the
- variable.
+ variable.
*/
-
+
/* This structure stores the various varieties of time that can be
measured. Times are stored in seconds. The time may be an
absolute time or a time difference; in the former case, the time
@@ -67,7 +67,7 @@ struct timevar_time_def
the contents of timevar.def. */
#define DEFTIMEVAR(identifier__, name__) \
- identifier__,
+ identifier__,
typedef enum
{
#include "timevar.def"