[Zope3-checkins] CVS: Zope3/src/zodb/btrees - IIBTree.py:1.1.2.2 IOBTree.py:1.1.2.2 OIBTree.py:1.1.2.3 OOBTree.py:1.1.2.2 __init__.py:1.1.2.2 fsBTree.py:1.1.2.2 interfaces.py:1.1.2.2

Tim Peters tim.one@comcast.net
Tue, 24 Dec 2002 21:21:32 -0500


Update of /cvs-repository/Zope3/src/zodb/btrees
In directory cvs.zope.org:/tmp/cvs-serv19240/src/zodb/btrees

Modified Files:
      Tag: NameGeddon-branch
	IIBTree.py IOBTree.py OIBTree.py OOBTree.py __init__.py 
	fsBTree.py interfaces.py 
Log Message:
Whitespace normalization, via Python's Tools/scripts/reindent.py.  The
files are fixed-points of that script now.  Fixed a few cases where
code relied on significant trailing whitespace (ouch).


=== Zope3/src/zodb/btrees/IIBTree.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/IIBTree.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/IIBTree.py	Tue Dec 24 21:20:00 2002
@@ -2,13 +2,13 @@
 #
 # 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.
-# 
+#
 ##############################################################################
 from zodb.btrees._IIBTree import *


=== Zope3/src/zodb/btrees/IOBTree.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/IOBTree.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/IOBTree.py	Tue Dec 24 21:20:00 2002
@@ -2,13 +2,13 @@
 #
 # 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.
-# 
+#
 ##############################################################################
 from zodb.btrees._IOBTree import *


=== Zope3/src/zodb/btrees/OIBTree.py 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zodb/btrees/OIBTree.py:1.1.2.2	Mon Dec 23 16:32:26 2002
+++ Zope3/src/zodb/btrees/OIBTree.py	Tue Dec 24 21:20:00 2002
@@ -2,13 +2,13 @@
 #
 # 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.
-# 
+#
 ##############################################################################
 from zodb.btrees._OIBTree import *


=== Zope3/src/zodb/btrees/OOBTree.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/OOBTree.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/OOBTree.py	Tue Dec 24 21:20:00 2002
@@ -2,13 +2,13 @@
 #
 # 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.
-# 
+#
 ##############################################################################
 from zodb.btrees._OOBTree import *


=== Zope3/src/zodb/btrees/__init__.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/__init__.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/__init__.py	Tue Dec 24 21:20:00 2002
@@ -2,12 +2,12 @@
 #
 # 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.
-# 
+#
 ##############################################################################


=== Zope3/src/zodb/btrees/fsBTree.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/fsBTree.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/fsBTree.py	Tue Dec 24 21:20:00 2002
@@ -2,13 +2,13 @@
 #
 # 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.
-# 
+#
 ##############################################################################
 from zodb.btrees._fsBTree import *


=== Zope3/src/zodb/btrees/interfaces.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zodb/btrees/interfaces.py:1.1.2.1	Mon Dec 23 14:30:46 2002
+++ Zope3/src/zodb/btrees/interfaces.py	Tue Dec 24 21:20:00 2002
@@ -42,7 +42,7 @@
     def __str__(self):
         return "BTrees conflict error at %d/%d/%d: %s" % (
             self.p1, self.p2, self.p3, self.msgs[self.reason])
-    
+
 class ICollection(Interface.Interface):
 
     def clear():