Skip to content

Commit ef66e2d

Browse files
author
Tony Tao
committed
formatting
1 parent 6a1a42a commit ef66e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Support/VirtualOutputBackends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ static sys::fs::OpenFlags generateFlagsFromConfig(OutputConfig Config) {
262262
OF |= sys::fs::OF_Text;
263263
if (Config.getAppend())
264264
OF |= sys::fs::OF_Append;
265-
265+
266266
return OF;
267267
}
268268

0 commit comments

Comments
 (0)