From 9db4cdd3342a99eb31297f643ecd4432348aa49e Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Sun, 19 Apr 2009 08:39:05 +0000 Subject: [PATCH] * tree.c (protected_set_expr_location): Fix formatting. From-SVN: r146340 --- gcc/ChangeLog | 4 ++++ gcc/tree.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 405aefa69836..066f16ca6952 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2009-04-19 Eric Botcazou + + * tree.c (protected_set_expr_location): Fix formatting. + 2009-04-18 Joseph Myers PR c/27676 diff --git a/gcc/tree.c b/gcc/tree.c index 9fe6db3ed984..ca81a510bf70 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); -- 2.47.2