Fix some style

* src/abg-ir.h (decl_base::get_scope): Really re-style.
This commit is contained in:
Dodji Seketeli 2013-03-31 20:09:52 +02:00
parent 56821b2e4b
commit a1bf41d07f

View File

@ -149,9 +149,7 @@ public:
scope_decl*
get_scope() const
{
return m_context;
}
{return m_context;}
visibility
get_visibility() const