[PATCH] D68440: [llvm-profdata] Minor format fix
Wenlei He via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 7 22:15:07 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb3342e180e9c: [llvm-profdata] Minor format fix (authored by wenlei).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68440/new/
https://reviews.llvm.org/D68440
Files:
llvm/lib/ProfileData/SampleProf.cpp
Index: llvm/lib/ProfileData/SampleProf.cpp
===================================================================
--- llvm/lib/ProfileData/SampleProf.cpp
+++ llvm/lib/ProfileData/SampleProf.cpp
@@ -155,6 +155,7 @@
FS.second.print(OS, Indent + 4);
}
}
+ OS.indent(Indent);
OS << "}\n";
} else {
OS << "No inlined callsites in this function\n";
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68440.223742.patch
Type: text/x-patch
Size: 377 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191008/aa301f0d/attachment.bin>
More information about the llvm-commits
mailing list