]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/include/keyword.hh
* lily/score.cc (Score): unprotect copy of Output_def. Plugs
[lilypond.git] / lily / include / keyword.hh
index 06d86a41429d276984028daccf3188d0d660f4b6..98445d7a2ded3fb23b233c787580c65fe96661cf 100644 (file)
@@ -1,7 +1,7 @@
 /*
   keyword.hh -- part of GNU LilyPond
 
-  (c) 1996--2004 Han-Wen Nienhuys
+  (c) 1996--2005 Han-Wen Nienhuys
 */
 
 #ifndef KEYWORD_HH
 struct Keyword_ent
 {
   char const *name_;
-  int     tokcode_;
+  int tokcode_;
 };
 
 /*
   junkme, use  hash table.
- */
+*/
 struct Keyword_table
 {
   Array<Keyword_ent> table_;
 
   Keyword_table (Keyword_ent *);
-  int     lookup (char const *s) const;
+  int lookup (char const *s) const;
 };
 
-
 #endif // KEYWORD_HH