Index: src/ast/scopeinfo.h |
diff --git a/src/ast/scopeinfo.h b/src/ast/scopeinfo.h |
index 489a672ed8d39f54ec575b5e31faa779fcbac40c..059fd3880988dcc851339f1539c9c1abf5f3336f 100644 |
--- a/src/ast/scopeinfo.h |
+++ b/src/ast/scopeinfo.h |
@@ -108,13 +108,11 @@ class ContextSlotCache { |
}; |
- |
- |
//--------------------------------------------------------------------------- |
// Auxiliary class used for the description of module instances. |
// Used by Runtime_DeclareModules. |
-class ModuleInfo: public FixedArray { |
+class ModuleInfo : public FixedArray { |
public: |
static ModuleInfo* cast(Object* description) { |
return static_cast<ModuleInfo*>(FixedArray::cast(description)); |