]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix minor whitespace problems in last commit
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jan 2016 22:45:10 +0000 (22:45 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Jan 2016 22:45:10 +0000 (22:45 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@232394 138bc75d-0d04-0410-961f-82ee72b054a4

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

index af215511546e3c33fe8cf63410f09497dc7c7cff..45ed356b0553d3c28e1af66e98a09527db0c8e1c 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 05ae50bb69ab3ffcab432a87ac8920bd4bc35553..250f55f7043f66f7b540c145f47e5072b114a211 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.