Fix indent.
authorTim Newsome <tim@sifive.com>
Mon, 29 Aug 2016 21:40:07 +0000 (14:40 -0700)
committerTim Newsome <tim@sifive.com>
Mon, 29 Aug 2016 21:40:07 +0000 (14:40 -0700)
riscv/sim.cc

index 283d2dab225bb1cfcc01ef10ff9e229d281a9fe9..0e7c3871841099c78e391d4835533cb70e576c52 100644 (file)
@@ -78,7 +78,7 @@ void sim_t::main()
     else
       step(INTERLEAVE);
     if (gdbserver) {
-        gdbserver->handle();
+      gdbserver->handle();
     }
   }
 }