Kaydet (Commit) 72a2b4d4 authored tarafından Neal Norwitz's avatar Neal Norwitz

Whitespace normalization

üst 1a7ac359
...@@ -91,8 +91,8 @@ class Bdb: ...@@ -91,8 +91,8 @@ class Bdb:
# definition of stopping and breakpoints. # definition of stopping and breakpoints.
def stop_here(self, frame): def stop_here(self, frame):
# (CT) stopframe may now also be None, see dispatch_call. # (CT) stopframe may now also be None, see dispatch_call.
# (CT) the former test for None is therefore removed from here. # (CT) the former test for None is therefore removed from here.
if frame is self.stopframe: if frame is self.stopframe:
return True return True
while frame is not None and frame is not self.stopframe: while frame is not None and frame is not self.stopframe:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment