Fixed line length style issue.

Reviewers: zturner

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D39395

llvm-svn: 317223
This commit is contained in:
Mitch Phillips 2017-11-02 18:04:44 +00:00
parent cd1b93c4e4
commit 6d2590baec
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ public:
/// Map a subrange of the specified file as a MemoryBuffer.
static ErrorOr<std::unique_ptr<MemoryBuffer>>
getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset, bool IsVolatile = false);
getFileSlice(const Twine &Filename, uint64_t MapSize, uint64_t Offset,
bool IsVolatile = false);
//===--------------------------------------------------------------------===//
// Provided for performance analysis.