From 8b4e60c276fc2e7f01a07343197d3956d3526d8d Mon Sep 17 00:00:00 2001 From: "Michael J. Spencer" Date: Wed, 24 Nov 2010 20:07:14 +0000 Subject: [PATCH] 80 col. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120111 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/System/PathV2.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/llvm/System/PathV2.h b/include/llvm/System/PathV2.h index 02362d3c429..05fc4da1da8 100644 --- a/include/llvm/System/PathV2.h +++ b/include/llvm/System/PathV2.h @@ -122,7 +122,8 @@ error_code remove_filename(SmallVectorImpl &path); /// prepended. /// @returns errc::success if \a path's extension has been replaced, otherwise a /// platform specific error_code. -error_code replace_extension(SmallVectorImpl &path, const Twine &extension); +error_code replace_extension(SmallVectorImpl &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 &result); +error_code get_magic(const Twine &path, uint32_t len, + SmallVectorImpl &result); /// @brief Is file bitcode? /// -- 2.34.1