Skip to content

Commit 79b6ace

Browse files
committed
clang-format cleanup
1 parent 448bfce commit 79b6ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/ObjCopy/ConfigManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Expected<const XCOFFConfig &> ConfigManager::getXCOFFConfig() const {
114114
return createStringError(
115115
llvm::errc::invalid_argument,
116116
"no flags are supported yet, only basic copying is allowed");
117-
}
117+
}
118118

119119
return XCOFF;
120120
}

0 commit comments

Comments
 (0)