parser.c: fix stylistic nitpick
authorH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jun 2009 23:26:25 +0000 (16:26 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 27 Jun 2009 23:26:25 +0000 (16:26 -0700)
Fix stray blank line in parser.c

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
parser.c

index e6126a5..867837a 100644 (file)
--- 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;