]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/stencil.hh
Grand fixcc.py run on all .hh .cc files.
[lilypond.git] / lily / include / stencil.hh
index 2e38cdfdfcd3df9e5085994fb59881c2c00b5b90..09a0ef01487156b729dcc038702ed29239cf60a5 100644 (file)
@@ -19,7 +19,7 @@
 #ifndef STENCIL_HH
 #define STENCIL_HH
 
-#include <cstdlib>             // size_t
+#include <cstdlib>              // size_t
 using namespace std;
 
 #include "lily-proto.hh"
@@ -90,14 +90,13 @@ public:
 DECLARE_UNSMOB (Stencil, stencil);
 
 void interpret_stencil_expression (SCM expr,
-                                  void (*func) (void *, SCM),
-                                  void *func_arg,
-                                  Offset o);
+                                   void (*func) (void *, SCM),
+                                   void *func_arg,
+                                   Offset o);
 SCM find_expression_fonts (SCM expr);
 
 void register_stencil_head (SCM symbol);
 bool is_stencil_head (SCM symbol);
 SCM all_stencil_heads ();
 
-
 #endif /* STENCIL_HH */