]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/direction.hh
Run fixcc.py with astyle 2.02.
[lilypond.git] / flower / include / direction.hh
index 97c0f6d79bb59ee9f790c250a71f66c120df3a99..dcb794eea169f5225d6a97ac63b4050c8e73c96e 100644 (file)
@@ -80,7 +80,6 @@ flip (Direction *i)
 #define LEFT_and_RIGHT(d) \
   Direction d = LEFT; d != CENTER; d = (d == LEFT ? RIGHT : CENTER)
 
-
 /**
    if d > 0: the max operator
    if d < 0: the min operator