From: Megan Wachs Date: Mon, 15 May 2017 17:06:08 +0000 (-0700) Subject: debug: whitespace errors X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a5c5d0ccf2ac85452107af473016418626ad969b;p=riscv-isa-sim.git debug: whitespace errors --- diff --git a/riscv/remote_bitbang.cc b/riscv/remote_bitbang.cc index cff9ed7..21306dd 100644 --- a/riscv/remote_bitbang.cc +++ b/riscv/remote_bitbang.cc @@ -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");