Skip to content

Commit 7199b73

Browse files
committed
clang-format
1 parent 6cedc34 commit 7199b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/Support/Error.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ template <class T> class [[nodiscard]] Expected {
497497
: HasError(true)
498498
#if LLVM_ENABLE_ABI_BREAKING_CHECKS
499499
// Expected is unchecked upon construction in Debug builds.
500-
, Unchecked(true)
500+
,
501+
Unchecked(true)
501502
#endif
502503
{
503504
assert(Err && "Cannot create Expected<T> from Error success value.");

0 commit comments

Comments
 (0)