Skip to content

Commit 3e3b707

Browse files
committed
Fix whitespace
Signed-off-by: zebullon <[email protected]>
1 parent d18353e commit 3e3b707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static bool FixupInvocation(CompilerInvocation &Invocation,
642642
Diags.Report(diag::err_fe_access_contexts_without_reflection);
643643
} else if (LangOpts.AttributeReflection) {
644644
Diags.Report(diag::err_fe_attribute_reflection_without_reflection);
645-
}
645+
}
646646
}
647647

648648
// The -f[no-]raw-string-literals option is only valid in C and in C++

0 commit comments

Comments
 (0)