]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/keyword.cc
Nitpick run.
[lilypond.git] / lily / keyword.cc
index 378ad4e1683cfc9057b185d5647ef153faace639..70c84e59e2a6bfc9719f08dd62d41a171ba51444 100644 (file)
@@ -16,9 +16,7 @@ int tabcmp (Keyword_ent const &p1, Keyword_ent const &p2)
 Keyword_table::Keyword_table (Keyword_ent *tab)
 {
   while (tab->name_)
-    {
-      table_.push (*tab++);
-    }
+    table_.push (*tab++);
 
   table_.sort (tabcmp);
 }