]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/direction.hh
Run grand-replace (issue 3765)
[lilypond.git] / flower / include / direction.hh
index 97c0f6d79bb59ee9f790c250a71f66c120df3a99..6c6b9a7d0221ef8d0ae7cd21b58ec636634cad61 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 1997--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 1997--2014 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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