Test commit. Added whitespace in GCOV.cpp.
authorYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 03:41:03 +0000 (03:41 +0000)
committerYuchen Wu <yuchenericwu@hotmail.com>
Wed, 23 Oct 2013 03:41:03 +0000 (03:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193224 91177308-0d34-0410-b5e6-96231b3b80d8

lib/IR/GCOV.cpp

index e16c7e6c76a73e9552134ddb1fc8eaf5ce560bfe..f810d377755ce45018d9f642bbea42e59f804c2c 100644 (file)
@@ -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);
     }