]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/full-storage.icc
release: 0.1.12
[lilypond.git] / flower / include / full-storage.icc
index c919bf1ac904abe1b75f2b40f6bb43c6ac135136..a8ad166711c53e39a65d1f089489a3bf65373eb1 100644 (file)
@@ -21,7 +21,7 @@ INLINE bool
 Full_storage::valid (int i, int j) const
 {
   return (i>=0 && i < height_i_)
-       && (j < width_i_ && j >=0);
+    && (j < width_i_ && j >=0);
 }