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 --- tests/urlparser_data/python/simpleapp.py | 2 +- tests/urlparser_data/python/sub/simpleapp.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/urlparser_data/python') diff --git a/tests/urlparser_data/python/simpleapp.py b/tests/urlparser_data/python/simpleapp.py index cbef9f1..e13bb3e 100644 --- a/tests/urlparser_data/python/simpleapp.py +++ b/tests/urlparser_data/python/simpleapp.py @@ -3,4 +3,4 @@ def application(environ, start_response): ('test-header', 'TEST!')]) return ['test1'] - + diff --git a/tests/urlparser_data/python/sub/simpleapp.py b/tests/urlparser_data/python/sub/simpleapp.py index fd90966..ac83a56 100644 --- a/tests/urlparser_data/python/sub/simpleapp.py +++ b/tests/urlparser_data/python/sub/simpleapp.py @@ -3,4 +3,4 @@ def application(environ, start_response): ('test-header', 'TEST!')]) return ['subsimple'] - + -- cgit v1.2.1