From: Jorge Gorbe Date: Thu, 6 Sep 2012 20:02:42 +0000 (+0200) Subject: whitespace fix X-Git-Url: http://slack.codemaniacs.com/git/?a=commitdiff_plain;h=0bc839ea6f4b22514bccd8e6532301cd4c3970a5;p=wenboi.git whitespace fix --- diff --git a/core/opcodes.h b/core/opcodes.h index d5eab5d..f9fa14a 100644 --- a/core/opcodes.h +++ b/core/opcodes.h @@ -266,7 +266,7 @@ set_flag_if(regs.reg == 0, ZERO_FLAG); \ reset_flag(ADD_SUB_FLAG); \ reset_flag(HALF_CARRY_FLAG); \ - set_flag_if(bit7, CARRY_FLAG); \ + set_flag_if(bit7, CARRY_FLAG); \ cycles_until_next_instruction = 8; \ break; \ }