]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/context.cc
remove file.
[lilypond.git] / lily / context.cc
index 14abd62adf1c16cbc936c7f52b234cafaf33e7d6..cb3029d44a10044f9716f3527bed9d50c3bedb86 100644 (file)
@@ -21,8 +21,7 @@ bool
 Context::is_removable () const
 {
   return context_list_ == SCM_EOL && ! iterator_count_ &&
-         !dynamic_cast<Score_context const*> (this)
-    ;
+         !dynamic_cast<Score_context const*> (this);
 }
 
 void