Skip to content

Commit 66ba7a8

Browse files
marsupialsftnight
authored andcommitted
Formatting.
1 parent 6ed7599 commit 66ba7a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Interpreter/CIFactory.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -745,13 +745,13 @@ static void stringifyPreprocSetting(PreprocessorOptions& PPOpts,
745745
// Would be nice on Linux but will warn 'argument unused during compilation'
746746
// when -nostdinc++ is passed
747747
#ifdef __APPLE__
748-
if (!COpts.StdLib) {
748+
if (!COpts.StdLib) {
749749
#ifdef _LIBCPP_VERSION
750-
argvCompile.push_back("-stdlib=libc++");
750+
argvCompile.push_back("-stdlib=libc++");
751751
#elif defined(__GLIBCXX__)
752-
argvCompile.push_back("-stdlib=libstdc++");
752+
argvCompile.push_back("-stdlib=libstdc++");
753753
#endif
754-
}
754+
}
755755
#endif
756756

757757
if (!COpts.HasOutput || !HasInput) {

0 commit comments

Comments
 (0)