]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/grob.hh
*** empty log message ***
[lilypond.git] / lily / include / grob.hh
index 17b6cfa4756f7e72becfb96085d9adb36c11691c..db082f8665f7d2e3abf33ef1678d9d3b7cf6eec8 100644 (file)
@@ -18,7 +18,7 @@
    for administration of what was done already
 */
 enum Grob_status {
-  ORPHAN= 0,                   // not yet added to Paper_score
+  ORPHAN = 0,                  // not yet added to Paper_score
   PRECALCING,
   PRECALCED,           // calcs before spacing done
   POSTCALCING,         // busy calculating. This is used to trap cyclic deps.