debug: whitespace errors
authorMegan Wachs <megan@sifive.com>
Mon, 15 May 2017 17:06:08 +0000 (10:06 -0700)
committerMegan Wachs <megan@sifive.com>
Mon, 15 May 2017 17:06:08 +0000 (10:06 -0700)
riscv/remote_bitbang.cc

index cff9ed765c385c6f260ed9c6bebbcc3803459bd2..21306dd166f46fd3ebed2d1bf034550b1e6f5ed4 100644 (file)
@@ -164,11 +164,11 @@ void remote_bitbang_t::execute_commands()
         abort();
       }
     }
-    
+
     if (quit) {
       fprintf(stderr, "Remote Bitbang received 'Q'\n");
     }
-    
+
     if (recv_end == 0 || quit) {
       // The remote disconnected.
       fprintf(stderr, "Received nothing. Quitting.\n");