From 146965abf2378cdb248cead43a613fb81aa7d1a4 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 14 Jan 2001 18:09:23 +0000 Subject: Whitespace standardization. --- Lib/aifc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Lib/aifc.py') diff --git a/Lib/aifc.py b/Lib/aifc.py index f709d888f5..42d5c671a4 100644 --- a/Lib/aifc.py +++ b/Lib/aifc.py @@ -702,7 +702,7 @@ class Aifc_write: if len(self._markers) == 0: return None return self._markers - + def tell(self): return self._nframeswritten -- cgit v1.2.1