diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2002-05-31 22:15:42 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2002-05-31 22:15:42 +0000 |
commit | 41077ce4b37a093155987bdf671bdf91510f9067 (patch) | |
tree | 5e8831114d6a8c6a8fbf6e52bd8fbb15155c9a23 /gcc/vmsdbg.h | |
parent | b2e426a0cc27661b3c296f9cb6d3cd37930f55cc (diff) | |
download | gcc-41077ce4b37a093155987bdf671bdf91510f9067.tar.gz |
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/vmsdbg.h')
-rw-r--r-- | gcc/vmsdbg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/vmsdbg.h b/gcc/vmsdbg.h index 8b7fcae57a5..bb12bd9c5ed 100644 --- a/gcc/vmsdbg.h +++ b/gcc/vmsdbg.h @@ -190,7 +190,7 @@ typedef struct _DST_SOURCE_CORR #define DST_K_SOURCE_CORR_HEADER_SIZE 4 /* Source file correlation codes. */ - + #define DST_K_SRC_DECLFILE 1 #define DST_K_SRC_SETFILE 2 #define DST_K_SRC_SETREC_L 3 @@ -251,5 +251,5 @@ typedef struct _DST_PROLOG unsigned int dst_l_prolog_bkpt_addr; } DST_PROLOG; #define DST_K_PROLOG_SIZE 8 - + #endif /* GCC_VMSDBG_H */ |