Fix minor whitespace problems in last commit
authorJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 2016 22:45:10 +0000 (15:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Jan 2016 22:45:10 +0000 (15:45 -0700)
From-SVN: r232394

gcc/c-family/ChangeLog
gcc/testsuite/ChangeLog

index af21551..45ed356 100644 (file)
@@ -2,7 +2,7 @@
 
        PR c++/69048
        * cilk.c (create_cilk_wrapper_body): Call fold_build_cleanup_point_expr
-        to add missing cleanup point.
+       to add missing cleanup point.
 
 2016-01-14  David Malcolm  <dmalcolm@redhat.com>
 
index 05ae50b..250f55f 100644 (file)
@@ -1,4 +1,4 @@
-2015-01-14 Ryan Burn  <contact@rnburn.com>
+2015-01-14  Ryan Burn  <contact@rnburn.com>
 
        PR c++/69048
        * g++.dg/cilk-plus/CK/pr69048.cc: New test.