From: Eric Botcazou Date: Sun, 19 Apr 2009 08:39:05 +0000 (+0000) Subject: * tree.c (protected_set_expr_location): Fix formatting. X-Git-Tag: releases/gcc-4.5.0~6416 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db4cdd3342a99eb31297f643ecd4432348aa49e;p=thirdparty%2Fgcc.git * tree.c (protected_set_expr_location): Fix formatting. From-SVN: r146340 --- 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);