]> granicus.if.org Git - python/commitdiff
Oooopsss.....tab and space mismatch corrected.
authorMoshe Zadka <moshez@math.huji.ac.il>
Fri, 4 Aug 2000 15:25:58 +0000 (15:25 +0000)
committerMoshe Zadka <moshez@math.huji.ac.il>
Fri, 4 Aug 2000 15:25:58 +0000 (15:25 +0000)
Lib/test/test_linuxaudiodev.py

index 64cd80b3b16c0407b176fa3e10f777834bac0fc5..4faaab12d24945d1282e25197d31711afda5a765 100644 (file)
@@ -10,8 +10,8 @@ def play_sound_file(path):
     try:
         a = linuxaudiodev.open('w')
     except linuxaudiodev.error, msg:
-       if msg[0] in (errno.EACCES, errno.ENODEV):
-               raise TestSkipped, msg
+        if msg[0] in (errno.EACCES, errno.ENODEV):
+            raise TestSkipped, msg
         raise TestFailed, msg
     else:
         a.write(data)