[Zope-Checkins] CVS: Zope/lib/python/zExceptions/tests - testExceptionFormatter.py:1.4

Martijn Pieters mj@zope.com
Wed, 14 Aug 2002 18:12:07 -0400


Update of /cvs-repository/Zope/lib/python/zExceptions/tests
In directory cvs.zope.org:/tmp/cvs-serv21464/tests

Modified Files:
	testExceptionFormatter.py 
Log Message:
Clean up indentation and trailing whitespace.


=== Zope/lib/python/zExceptions/tests/testExceptionFormatter.py 1.3 => 1.4 ===
--- Zope/lib/python/zExceptions/tests/testExceptionFormatter.py:1.3	Mon Jun 10 16:18:45 2002
+++ Zope/lib/python/zExceptions/tests/testExceptionFormatter.py	Wed Aug 14 18:12:07 2002
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 """
 ExceptionFormatter tests.