Skip to content

Commit 027a985

Browse files
committed
Fix indentation.
1 parent 786d31e commit 027a985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/Sema/SemaDeclCXX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18296,7 +18296,7 @@ bool Sema::CheckOverridingFunctionReturnType(const CXXMethodDecl *New,
1829618296
diag::err_covariant_return_incomplete,
1829718297
New->getDeclName()))
1829818298
return true;
18299-
}
18299+
}
1830018300

1830118301
// Check if the new class derives from the old class.
1830218302
if (!IsDerivedFrom(New->getLocation(), NewClassTy, OldClassTy)) {

0 commit comments

Comments
 (0)