From: Yuchen Wu Date: Wed, 23 Oct 2013 03:41:03 +0000 (+0000) Subject: Test commit. Added whitespace in GCOV.cpp. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=752d303a103a4b2504ddf50c0613a3c2f3536014;p=oota-llvm.git 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 e16c7e6c76a..f810d377755 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); }