Fixing synchro problems and exit status problems
[pygdb.git] / BreakpointsFrame.py
index 9f1fe98c53e931c2927796ff4d035fab48ecf55c..7d53cc2cfa699ab4b5048297049d3b6d4b365f74 100644 (file)
@@ -102,7 +102,6 @@ class BreakpointsFrame (StatusFrame.StatusFrame):
        def addBreakpoint(self, file, lineno, cond=None):
 
                no = self.debugger.setBreakpoint(file, lineno, cond)
-
                if no!=None:
                        self.addBreakpointToList(no, file, lineno, cond)
                else: