Skip to content

Commit b302ccd

Browse files
committed
git-clang-format HEAD~
1 parent 880eb62 commit b302ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Interpreter/DynamicLibraryManager.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ namespace Cpp {
6969
for (const std::string& P : SysPaths)
7070
addSearchPath(P, /*IsUser*/ false);
7171
}
72-
#if LLVM_VERSION_MAJOR < 18
73-
#define starts_with_insensitive startswith_insensitive
74-
#endif
72+
#if LLVM_VERSION_MAJOR < 18
73+
#define starts_with_insensitive startswith_insensitive
74+
#endif
7575
///\returns substitution of pattern in the front of original with replacement
7676
/// Example: substFront("@rpath/abc", "@rpath/", "/tmp") -> "/tmp/abc"
7777
static std::string substFront(StringRef original, StringRef pattern,

0 commit comments

Comments
 (0)