80 col.
authorMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 24 Nov 2010 20:07:14 +0000 (20:07 +0000)
committerMichael J. Spencer <bigcheesegs@gmail.com>
Wed, 24 Nov 2010 20:07:14 +0000 (20:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120111 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/System/PathV2.h

index 02362d3c42908f7c737e35f07cbe27db7770e4df..05fc4da1da87fb5b6f1d373a155eb38bb8d04496 100644 (file)
@@ -122,7 +122,8 @@ error_code remove_filename(SmallVectorImpl<char> &path);
 ///                  prepended.
 /// @returns errc::success if \a path's extension has been replaced, otherwise a
 ///          platform specific error_code.
-error_code replace_extension(SmallVectorImpl<char> &path, const Twine &extension);
+error_code replace_extension(SmallVectorImpl<char> &path,
+                             const Twine &extension);
 
 /// @brief Append to path.
 ///
@@ -794,7 +795,8 @@ error_code has_magic(const Twine &path, const Twine &magic);
 ///               \a path.
 /// @results errc::success if result has been successfully set, otherwise a
 ///          platform specific error_code.
-error_code get_magic(const Twine &path, uint32_t len, SmallVectorImpl<char> &result);
+error_code get_magic(const Twine &path, uint32_t len,
+                     SmallVectorImpl<char> &result);
 
 /// @brief Is file bitcode?
 ///