[llvm] r193224 - Test commit. Added whitespace in GCOV.cpp.

Yuchen Wu yuchenericwu at hotmail.com
Tue Oct 22 20:41:03 PDT 2013


Author: ywu
Date: Tue Oct 22 22:41:03 2013
New Revision: 193224

URL: http://llvm.org/viewvc/llvm-project?rev=193224&view=rev
Log:
Test commit. Added whitespace in GCOV.cpp.

Modified:
    llvm/trunk/lib/IR/GCOV.cpp

Modified: llvm/trunk/lib/IR/GCOV.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/IR/GCOV.cpp?rev=193224&r1=193223&r2=193224&view=diff
==============================================================================
--- llvm/trunk/lib/IR/GCOV.cpp (original)
+++ llvm/trunk/lib/IR/GCOV.cpp Tue Oct 22 22:41:03 2013
@@ -51,7 +51,7 @@ bool GCOVFile::read(GCOVBuffer &Buffer)
       // Use existing function while reading .gcda file.
       assert(i < Functions.size() && ".gcda data does not match .gcno data");
       GFun = Functions[i];
-    } else if (isGCNOFile(Format)){
+    } else if (isGCNOFile(Format)) {
       GFun = new GCOVFunction();
       Functions.push_back(GFun);
     }





More information about the llvm-commits mailing list