Skip to content

Commit df050e7

Browse files
committed
Remove trailing whitespace
1 parent f469ff0 commit df050e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Frontend/CompilerInvocation.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -973,7 +973,7 @@ static bool ParseCodeGenArgs(CodeGenOptions &Opts, ArgList &Args, InputKind IK,
973973
Opts.LTOUnit = Args.hasFlag(OPT_flto_unit, OPT_fno_lto_unit, false);
974974
Opts.EnableSplitLTOUnit = Args.hasArg(OPT_fsplit_lto_unit);
975975
if (Arg *A = Args.getLastArg(OPT_fthinlto_index_EQ)) {
976-
if (IK.getLanguage() != InputKind::LLVM_IR &&
976+
if (IK.getLanguage() != InputKind::LLVM_IR &&
977977
IK.getLanguage() != InputKind::SPIRV)
978978
Diags.Report(diag::err_drv_argument_only_allowed_with)
979979
<< A->getAsString(Args) << "-x ir";

0 commit comments

Comments
 (0)