Skip to content

Commit a395c91

Browse files
Fix formatting
1 parent 40ac8ff commit a395c91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/ProfileData/MemProfReader.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,8 @@ class YAMLMemProfReader final : public MemProfReader {
217217
// Return true if the \p DataBuffer starts with "---" indicating it is a YAML
218218
// file.
219219
static bool hasFormat(const MemoryBuffer &DataBuffer);
220-
// Wrapper around hasFormat above, reading the file instead of the memory buffer.
220+
// Wrapper around hasFormat above, reading the file instead of the memory
221+
// buffer.
221222
static bool hasFormat(const StringRef Path);
222223

223224
// Create a YAMLMemProfReader after sanity checking the contents of the file

0 commit comments

Comments
 (0)