[PATCH] D39395: Fixed line length style issue.

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 11:05:20 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317223: Fixed line length style issue. (authored by hctim).

Repository:
  rL LLVM

https://reviews.llvm.org/D39395

Files:
  llvm/trunk/include/llvm/Support/MemoryBuffer.h


Index: llvm/trunk/include/llvm/Support/MemoryBuffer.h
===================================================================
--- llvm/trunk/include/llvm/Support/MemoryBuffer.h
+++ llvm/trunk/include/llvm/Support/MemoryBuffer.h
@@ -136,7 +136,8 @@
 
   /// 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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39395.121336.patch
Type: text/x-patch
Size: 699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171102/31c6ab38/attachment.bin>


More information about the llvm-commits mailing list