]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-def.cc
Nitpick run.
[lilypond.git] / lily / midi-def.cc
index 4d712f7ed3b37bc649d36d88d2ca768216ccdf9e..e7c3539f16c7d0c2a2962910bdd62cc7c99bcb07 100644 (file)
@@ -28,9 +28,7 @@ get_tempo (Output_def *def,
       wholes_per_min /= 4;
     }
   else
-    {
-      wholes_per_min /= *w;
-    }
+    wholes_per_min /= *w;
 
   int beats_per_min = int ((wholes_per_min / one_beat_mom).main_part_);
   return int (beats_per_min);