From 04ecd5542849191457ccfc3e42a39452db47825a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 21 Apr 2015 15:26:47 +0200 Subject: Strip trailing spaces --- paste/debug/fsdiff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'paste/debug/fsdiff.py') diff --git a/paste/debug/fsdiff.py b/paste/debug/fsdiff.py index 156a2e4..b91eb49 100644 --- a/paste/debug/fsdiff.py +++ b/paste/debug/fsdiff.py @@ -298,7 +298,7 @@ class Dir(File): "Directory %r doesn't have content" % self) bytes = property(bytes__get) - + def _space_prefix(pref, full, sep=None, indent=None, include_sep=True): """ -- cgit v1.2.1