summaryrefslogtreecommitdiff
path: root/gcc/gcc-ar.c
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@acm.org>2016-11-22 18:44:08 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2016-11-22 18:44:08 +0000
commit730c9e75a32c13496bf1c053c3a25e698e6fdb19 (patch)
tree593fd435262ee9d641f838577d5c18167d955ab7 /gcc/gcc-ar.c
parent9d1e3afb5484c71eaaea23fc3a4b86fe35418d43 (diff)
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/gcc-ar.c')
-rw-r--r--gcc/gcc-ar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-ar.c b/gcc/gcc-ar.c
index a02dccb8000..fc51cacc60e 100644
--- a/gcc/gcc-ar.c
+++ b/gcc/gcc-ar.c
@@ -162,7 +162,7 @@ main (int ac, char **av)
len = strlen (arg);
if (len > 0)
- len--;
+ len--;
end = arg + len;
/* Always add a dir separator for the prefix list. */