aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2009-04-19 08:39:05 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2009-04-19 08:39:05 +0000
commit9db4cdd3342a99eb31297f643ecd4432348aa49e (patch)
treeda7634f34f5558cd51b6c2eba25a03c1c3443d0d /gcc/tree.c
parent1af5a6b6da25700bfc878edd638d34552ac58155 (diff)
downloadgcc-9db4cdd3342a99eb31297f643ecd4432348aa49e.zip
gcc-9db4cdd3342a99eb31297f643ecd4432348aa49e.tar.gz
gcc-9db4cdd3342a99eb31297f643ecd4432348aa49e.tar.bz2
* tree.c (protected_set_expr_location): Fix formatting.
From-SVN: r146340
Diffstat (limited to 'gcc/tree.c')
-rw-r--r--gcc/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree.c b/gcc/tree.c
index 9fe6db3..ca81a51 100644
--- a/gcc/tree.c
+++ b/gcc/tree.c
@@ -3584,7 +3584,8 @@ set_expr_locus (tree node, source_location *loc)
LOC is the location to use in tree T. */
-void protected_set_expr_location (tree t, location_t loc)
+void
+protected_set_expr_location (tree t, location_t loc)
{
if (t && CAN_HAVE_LOCATION_P (t))
SET_EXPR_LOCATION (t, loc);