]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-iterator.cc
Nitpick run.
[lilypond.git] / lily / music-iterator.cc
index b016e6e5aaea52b1099198446ec2e6ffbde426ed..022573f675f2026cf3595d7d6e1e358412fb493b 100644 (file)
@@ -238,9 +238,7 @@ bool
 is_child_context (Context *me, Context *child)
 {
   while (child && child != me)
-    {
-      child = child->get_parent_context ();
-    }
+    child = child->get_parent_context ();
 
   return child == me;
 }