summaryrefslogtreecommitdiff
path: root/idlc/inc/aststack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/aststack.hxx')
-rw-r--r--idlc/inc/aststack.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/idlc/inc/aststack.hxx b/idlc/inc/aststack.hxx
index bf3575676aa3..d36bd4e48e40 100644
--- a/idlc/inc/aststack.hxx
+++ b/idlc/inc/aststack.hxx
@@ -30,7 +30,7 @@ public:
AstStack();
~AstStack();
- sal_uInt32 depth() const { return m_stack.size();}
+ sal_uInt32 depth() const { return m_stack.size(); }
AstScope* top();
AstScope* bottom();
AstScope* nextToTop();
@@ -40,7 +40,7 @@ public:
void clear();
private:
- std::vector<AstScope*> m_stack;
+ std::vector<AstScope*> m_stack;
};
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */