]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/array.icc
* The grand 2005-2006 replace.
[lilypond.git] / flower / include / array.icc
index f5ccafee74e866d540d927d211cb4ef821e3c3d6..e8c201466f1283a199c1feeac68cb78e4c8c31b5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-  (c) 1995--2005  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+  (c) 1995--2006  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
   Distributed under GNU GPL
 */
@@ -80,7 +80,8 @@ void
 Array<T>::OK () const
 {
   assert (max_ >= size_ && size_ >= 0);
-  if (max_) assert (array_);
+  if (max_)
+    assert (array_);
 }
 
 template<class T> INLINE