summaryrefslogtreecommitdiff
path: root/pygments/formatters/other.py
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2007-02-14 18:28:29 +0100
committergbrandl <devnull@localhost>2007-02-14 18:28:29 +0100
commit74d67f73e81663e45609d99751353b690a4ac312 (patch)
tree9036deee060f94fc1113da32955e01a91b7c1666 /pygments/formatters/other.py
parentaf020e969dfdbb6833887e0a088e245e5032f26a (diff)
downloadpygments-74d67f73e81663e45609d99751353b690a4ac312.tar.gz
[svn] Make check.
Diffstat (limited to 'pygments/formatters/other.py')
-rw-r--r--pygments/formatters/other.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygments/formatters/other.py b/pygments/formatters/other.py
index d83c77ea..4353c2b2 100644
--- a/pygments/formatters/other.py
+++ b/pygments/formatters/other.py
@@ -22,7 +22,7 @@ class NullFormatter(Formatter):
name = 'Text only'
aliases = ['text', 'null']
filenames = ['*.txt']
-
+
def format(self, tokensource, outfile):
enc = self.encoding
for ttype, value in tokensource: