Test commit. Added whitespace in GCOV.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193224 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/IR/GCOV.cpp b/lib/IR/GCOV.cpp
index e16c7e6..f810d37 100644
--- a/lib/IR/GCOV.cpp
+++ b/lib/IR/GCOV.cpp
@@ -51,7 +51,7 @@
// 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);
}