]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC/Syntax.hpp
Drastically improve pretty printed code structure.
[cycript.git] / ObjectiveC / Syntax.hpp
index 8beabb98342160c2cbee4bed12b912e10b1bed1d..0f3cc38ca498484c019f7000a8443ade36642416 100644 (file)
@@ -228,6 +228,8 @@ struct CYClassStatement :
     {
     }
 
+    CYCompact(None)
+
     virtual CYStatement *Replace(CYContext &context);
     virtual void Output(CYOutput &out, CYFlags flags) const;
 };
@@ -244,6 +246,8 @@ struct CYCategory :
     {
     }
 
+    CYCompact(None)
+
     virtual CYStatement *Replace(CYContext &context);
     virtual void Output(CYOutput &out, CYFlags flags) const;
 };