diff options
author | Nathan Sidwell <nathan@acm.org> | 2016-11-22 18:44:08 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2016-11-22 18:44:08 +0000 |
commit | 730c9e75a32c13496bf1c053c3a25e698e6fdb19 (patch) | |
tree | 593fd435262ee9d641f838577d5c18167d955ab7 /gcc/sel-sched-ir.h | |
parent | 9d1e3afb5484c71eaaea23fc3a4b86fe35418d43 (diff) | |
download | gcc-730c9e75a32c13496bf1c053c3a25e698e6fdb19.zip gcc-730c9e75a32c13496bf1c053c3a25e698e6fdb19.tar.gz gcc-730c9e75a32c13496bf1c053c3a25e698e6fdb19.tar.bz2 |
gcc-ar.c (main): Fix indentation.
gcc/
* gcc-ar.c (main): Fix indentation.
* gcov-io.c (gcov_write_summary): Remove extraneous {...}
* ggc-page.c (move_ptes_to_front): Fix formatting.
* hsa-dump.c (dump_has_cfun): Fix indentation.
* sel-sched-ir.h: Remove trailing blank lines.
gcc/c-family/
* array-notation-common.c (cilkplus_extrat_an_triplets): Fix
indentation.
From-SVN: r242719
Diffstat (limited to 'gcc/sel-sched-ir.h')
-rw-r--r-- | gcc/sel-sched-ir.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/sel-sched-ir.h b/gcc/sel-sched-ir.h index a8bb2d1..4caf3df 100644 --- a/gcc/sel-sched-ir.h +++ b/gcc/sel-sched-ir.h @@ -1669,11 +1669,3 @@ extern void alloc_sched_pools (void); extern void free_sched_pools (void); #endif /* GCC_SEL_SCHED_IR_H */ - - - - - - - - |