Kaydet (Commit) daea035b authored tarafından Tim Peters's avatar Tim Peters

Whitespace normalization.

üst 3e246a81
...@@ -231,7 +231,7 @@ class Pdb(bdb.Bdb, cmd.Cmd): ...@@ -231,7 +231,7 @@ class Pdb(bdb.Bdb, cmd.Cmd):
to the prompt. to the prompt.
Checks whether this line is typed at the normal prompt or in Checks whether this line is typed at the normal prompt or in
a breakpoint command list definition. a breakpoint command list definition.
""" """
if not self.commands_defining: if not self.commands_defining:
return cmd.Cmd.onecmd(self, line) return cmd.Cmd.onecmd(self, line)
......
...@@ -256,4 +256,3 @@ def test_main(): ...@@ -256,4 +256,3 @@ def test_main():
if __name__ == "__main__": if __name__ == "__main__":
test_main() test_main()
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