gremlin/gremlin.in: Fix incorrect indentation. Oops.
[autoys] / gremlin / gremlin.in
index 84429b7..af4da27 100644 (file)
@@ -1107,8 +1107,8 @@ class OggVorbisFormat (AudioFormat):
       for q, br in me.QMAP:
         if br >= me.bitrate:
           break
-        else:
-          raise ValueError, 'no suitable quality setting found'
+      else:
+        raise ValueError, 'no suitable quality setting found'
       encprops['quality'] = q/10.0
     return [make_element('vorbisenc', **encprops),
             make_element('oggmux')]