From c74bee938897ed0d5a58257874ddc61047eff4c3 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Feb 2008 19:27:37 +0000 Subject: Remove all trailing blanks; turn on the rule to detect them. * Makefile.cfg (local-checks-to-skip): Remove sc_trailing_blank. * .x-sc_trailing_blank: New file, to exempt the few binary files. --- tests/uuid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/uuid.py') diff --git a/tests/uuid.py b/tests/uuid.py index 605b759..db48e80 100755 --- a/tests/uuid.py +++ b/tests/uuid.py @@ -36,6 +36,6 @@ except: if dom2.name() != name0: print 'lookup of %s based on UUID brings a different domain %s' % ( name0, dom2.name()) - + print "OK" sys.exit(0) -- cgit