From a5c5d0ccf2ac85452107af473016418626ad969b Mon Sep 17 00:00:00 2001 From: Megan Wachs Date: Mon, 15 May 2017 10:06:08 -0700 Subject: [PATCH] debug: whitespace errors --- riscv/remote_bitbang.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"); -- 2.30.2