debug: remove some unintentionally added newlines
authorMegan Wachs <megan@sifive.com>
Mon, 14 May 2018 21:34:58 +0000 (14:34 -0700)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 21:34:58 +0000 (14:34 -0700)
debug/gdbserver.py

index 0c3cee4b3328fd12bb0c045482923c2c532a51d4..4472bdfbfe5ccb1bf4f6bbd012a08fc835cda18f 100755 (executable)
@@ -351,9 +351,7 @@ class DebugSymbols(DebugTest):
 
 class DebugBreakpoint(DebugTest):
     def test(self):
-
         self.gdb.b("rot13")
-
         # The breakpoint should be hit exactly 2 times.
         for _ in range(2):
             output = self.gdb.c()