Skip to content

Commit 177734e

Browse files
committed
git-clang-format
1 parent 480a53f commit 177734e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/lib/Support/Path.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -734,10 +734,10 @@ void make_absolute(const Twine &current_directory,
734734
}
735735

736736
if (rootName && !rootDirectory) {
737-
StringRef pRootName = root_name(p);
737+
StringRef pRootName = root_name(p);
738738
StringRef bRootDirectory = root_directory(current_dir);
739-
StringRef bRelativePath = relative_path(current_dir);
740-
StringRef pRelativePath = relative_path(p);
739+
StringRef bRelativePath = relative_path(current_dir);
740+
StringRef pRelativePath = relative_path(p);
741741

742742
SmallString<128> res;
743743
append(res, pRootName, bRootDirectory, bRelativePath, pRelativePath);

0 commit comments

Comments
 (0)