[llvm-commits] [llvm] r120111 - /llvm/trunk/include/llvm/System/PathV2.h

Michael J. Spencer bigcheesegs at gmail.com
Wed Nov 24 12:07:14 PST 2010


Author: mspencer
Date: Wed Nov 24 14:07:14 2010
New Revision: 120111

URL: http://llvm.org/viewvc/llvm-project?rev=120111&view=rev
Log:
80 col.

Modified:
    llvm/trunk/include/llvm/System/PathV2.h

Modified: llvm/trunk/include/llvm/System/PathV2.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/System/PathV2.h?rev=120111&r1=120110&r2=120111&view=diff
==============================================================================
--- llvm/trunk/include/llvm/System/PathV2.h (original)
+++ llvm/trunk/include/llvm/System/PathV2.h Wed Nov 24 14:07:14 2010
@@ -122,7 +122,8 @@
 ///                  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 @@
 ///               \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?
 ///





More information about the llvm-commits mailing list