diff --git a/src/fix.py b/src/fix.py index 2edf395f5..081217d57 100644 --- a/src/fix.py +++ b/src/fix.py @@ -338,5 +338,5 @@ def flatten(seq, strings=False): yield x except TypeError: yield elt - + # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: