Took care of clatter's suggestions, dated.
September 30, 2007 12:36:58 AM PDT and
September 30, 2007 12:50:05 AM PDT
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42490 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/AST/Decl.cpp b/AST/Decl.cpp
index d9749ad..b8c9275 100644
--- a/AST/Decl.cpp
+++ b/AST/Decl.cpp
@@ -264,7 +264,7 @@
}
void ObjcMethodDecl::setMethodParams(ParmVarDecl **NewParamInfo,
- unsigned NumParams) {
+ unsigned NumParams) {
assert(ParamInfo == 0 && "Already has param info!");
// Zero params -> null pointer.