From 404d55c04e10dcb2f27eb0a26dcd986b0c6a2404 Mon Sep 17 00:00:00 2001 From: Borewit Date: Wed, 16 Aug 2017 21:55:26 +0200 Subject: [PATCH] quodlibet/mutagen#207: fix indentation --- mutagen/wave.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mutagen/wave.py b/mutagen/wave.py index 84284aed..50b05eb9 100644 --- a/mutagen/wave.py +++ b/mutagen/wave.py @@ -42,7 +42,7 @@ def is_valid_chunk_id(id_): def check_id(id_): if not is_valid_chunk_id(id_): - raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.") + raise KeyError("RIFF/WAVE-chunk-Id must be four ASCII characters.") class WaveChunk(object):