Fixed line length style issue.
authorMitch Phillips <mitchphillips@outlook.com>
Thu, 2 Nov 2017 18:04:44 +0000 (18:04 +0000)
committerMitch Phillips <mitchphillips@outlook.com>
Thu, 2 Nov 2017 18:04:44 +0000 (18:04 +0000)
Reviewers: zturner

Subscribers: llvm-commits

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

llvm-svn: 317223

llvm/include/llvm/Support/MemoryBuffer.h

index 73f0251..59c93f1 100644 (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.