Skip to content

Commit cebc862

Browse files
committed
fix formatting
1 parent 9422db5 commit cebc862

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/tools/driver/driver.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,13 +235,13 @@ static int ExecuteCC1Tool(SmallVectorImpl<const char *> &ArgV,
235235

236236
int clang_main(int Argc, char **Argv, const llvm::ToolContext &ToolContext) {
237237
noteBottomOfStack();
238-
#ifdef CLANG_CUSTOM_BUG_REPORT_MSG
238+
#ifdef CLANG_CUSTOM_BUG_REPORT_MSG
239239
llvm::setBugReportMsg(CLANG_CUSTOM_BUG_REPORT_MSG);
240-
#else
240+
#else
241241
llvm::setBugReportMsg("PLEASE submit a bug report to " BUG_REPORT_URL
242242
" and include the crash backtrace, preprocessed "
243243
"source, and associated run script.\n");
244-
#endif
244+
#endif
245245
SmallVector<const char *, 256> Args(Argv, Argv + Argc);
246246

247247
if (llvm::sys::Process::FixupStandardFileDescriptors())

0 commit comments

Comments
 (0)