changeset 204:00c80bba7f13

Removed some long-unnoticed trailing whitespace
author Oleg Oshmyan <chortos@inbox.lv>
date Wed, 17 Aug 2011 18:48:21 +0300
parents dd1f715398f0
children 166a23999bf7
files upreckon/testcases.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/upreckon/testcases.py	Wed Aug 17 01:32:27 2011 +0300
+++ b/upreckon/testcases.py	Wed Aug 17 18:48:21 2011 +0300
@@ -216,7 +216,7 @@
 			return 1
 		elif callable(case.validator):
 			return case.validator(output)
-		else:                 
+		else:
 			# Call the validator program
 			output.close()
 			if case.problem.config.ansname: