]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/direction.cc
patch::: 1.3.136.jcn3
[lilypond.git] / flower / direction.cc
index f28077dc85ebbe92509508336957ca07a5c253c9..797174755bc9e8e86d04617faa99b1b3e7d5c2cf 100644 (file)
 String
 direction_str (Direction d, Axis a)
 {
-  String s("center");
+  String s ("center");
   if (a == Y_AXIS)
     {
-       s =( d == UP ? "up" : "down");
+       s = ( d == UP ? "up" : "down");
     }
   else if (a == X_AXIS)
     {