From 752d303a103a4b2504ddf50c0613a3c2f3536014 Mon Sep 17 00:00:00 2001 From: Yuchen Wu Date: Wed, 23 Oct 2013 03:41:03 +0000 Subject: Test commit. Added whitespace in GCOV.cpp. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193224 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/IR/GCOV.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/IR/GCOV.cpp b/lib/IR/GCOV.cpp index e16c7e6c76..f810d37775 100644 --- a/lib/IR/GCOV.cpp +++ b/lib/IR/GCOV.cpp @@ -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); } -- cgit v1.2.3