From: H. Peter Anvin Date: Sat, 27 Jun 2009 23:26:25 +0000 (-0700) Subject: parser.c: fix stylistic nitpick X-Git-Tag: nasm-2.11.05~980 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3512d717489cc1d01e326fd971e42ab5a5c96661;p=platform%2Fupstream%2Fnasm.git parser.c: fix stylistic nitpick Fix stray blank line in parser.c Signed-off-by: H. Peter Anvin --- diff --git a/parser.c b/parser.c index e6126a5..867837a 100644 --- a/parser.c +++ b/parser.c @@ -825,7 +825,6 @@ restart_parse: result->oprs[operand].scale = s; result->oprs[operand].offset = o; } else { /* it's not a memory reference */ - if (is_just_unknown(value)) { /* it's immediate but unknown */ result->oprs[operand].type |= IMMEDIATE; result->oprs[operand].opflags |= OPFLAG_UNKNOWN;