Skip to content

Commit 465109d

Browse files
authored
killed slipped "space button"
1 parent f427266 commit 465109d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Driver/ToolChains/OpenBSD.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void openbsd::Linker::ConstructJob(Compilation &C, const JobAction &JA,
166166
if (Args.hasArg(options::OPT_mno_relax))
167167
CmdArgs.push_back("--no-relax");
168168
}
169-
169+
170170
assert((Output.isFilename() || Output.isNothing()) && "Invalid output.");
171171
if (Output.isFilename()) {
172172
CmdArgs.push_back("-o");

0 commit comments

Comments
 (0)