summaryrefslogtreecommitdiff
path: root/idlc/source/astscope.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/source/astscope.cxx')
-rw-r--r--idlc/source/astscope.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/source/astscope.cxx b/idlc/source/astscope.cxx
index a8b8a159bde0..1ddda3984458 100644
--- a/idlc/source/astscope.cxx
+++ b/idlc/source/astscope.cxx
@@ -313,7 +313,7 @@ AstDeclaration* AstScope::lookupForAdd(AstDeclaration const * pDecl) const
AstDeclaration* pRetDecl = lookupByNameLocal(pDecl->getLocalName());
- return pRetDecl;
+ return pRetDecl;
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */