]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* tree.c (protected_set_expr_location): Fix formatting.
authorEric Botcazou <ebotcazou@adacore.com>
Sun, 19 Apr 2009 08:39:05 +0000 (08:39 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Sun, 19 Apr 2009 08:39:05 +0000 (08:39 +0000)
From-SVN: r146340

gcc/ChangeLog
gcc/tree.c

index 405aefa6983676b1c2d47023f75c64c65e249639..066f16ca6952198944adb0d113b57fe0be49ab05 100644 (file)
@@ -1,3 +1,7 @@
+2009-04-19  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * tree.c (protected_set_expr_location): Fix formatting.
+
 2009-04-18  Joseph Myers  <joseph@codesourcery.com>
 
        PR c/27676
index 9fe6db3ed984c8f0d613bb4a3b493ccd374c9f9f..ca81a510bf70def2cb4a71ad213f7ca94ca0dce6 100644 (file)
@@ -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);