]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype-error.cc
Run `make grand-replace'.
[lilypond.git] / lily / freetype-error.cc
index 683671146c350055e2793cbd7f6627afe4bb84d2..ff62bee37ffe77b85b7fd7884f612aa3d8e24d3f 100644 (file)
@@ -3,14 +3,14 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2007--2008 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
 #include "freetype.hh"
 
 #undef __FTERRORS_H__                                           
-#define FT_ERRORDEF( e, v, s )  { e, s },                       
+#define FT_ERRORDEF(e, v, s)  { e, s },                       
 #define FT_ERROR_START_LIST     {                               
 #define FT_ERROR_END_LIST       { 0, 0 } };