fix indentation

llvm-svn: 65170
This commit is contained in:
Chris Lattner 2009-02-20 21:38:52 +00:00
parent 696197cd30
commit 68d42c77b2
1 changed files with 3 additions and 3 deletions

View File

@ -1579,9 +1579,9 @@ Sema::DeclTy *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,
// it works as is. This category becomes just like a category
// for its primary class.
} else {
Diag(CDecl->getLocation(), diag::err_continuation_class);
*isOverridingProperty = true;
return 0;
Diag(CDecl->getLocation(), diag::err_continuation_class);
*isOverridingProperty = true;
return 0;
}
}