]> granicus.if.org Git - python/commitdiff
Whitespace normalization
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 29 May 2002 00:54:38 +0000 (00:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 29 May 2002 00:54:38 +0000 (00:54 +0000)
Lib/bdb.py

index adeab1b9e148122d69caf0da3e648ae46bd44fcd..e1a609a4c3c0fbde48b30cca09b07ffb0b1a65fb 100644 (file)
@@ -91,8 +91,8 @@ class Bdb:
     # definition of stopping and breakpoints.
 
     def stop_here(self, frame):
-               # (CT) stopframe may now also be None, see dispatch_call.
-               # (CT) the former test for None is therefore removed from here.
+        # (CT) stopframe may now also be None, see dispatch_call.
+        # (CT) the former test for None is therefore removed from here.
         if frame is self.stopframe:
             return True
         while frame is not None and frame is not self.stopframe: