fix indentation

llvm-svn: 68760
This commit is contained in:
Chris Lattner 2009-04-10 04:42:25 +00:00
parent b3b2395520
commit 7671c45108
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ public:
// Implement isa/cast/dyncast/etc.
static bool classof(const Attr *A) {
return A->getKind() == AnalyzerNoReturn;
return A->getKind() == AnalyzerNoReturn;
}
static bool classof(const AnalyzerNoReturnAttr *A) { return true; }
};