parser.c: pasrse_line -- fix alignment
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 14 Oct 2009 11:36:45 +0000 (15:36 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 14 Oct 2009 15:39:22 +0000 (19:39 +0400)
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
parser.c

index 6e193f0..d0d660b 100644 (file)
--- a/parser.c
+++ b/parser.c
@@ -925,9 +925,9 @@ restart_parse:
 
     result->operands = operand; /* set operand count */
 
-/* clear remaining operands */
-while (operand < MAX_OPERANDS)
-    result->oprs[operand++].type = 0;
+    /* clear remaining operands */
+    while (operand < MAX_OPERANDS)
+        result->oprs[operand++].type = 0;
 
     /*
      * Transform RESW, RESD, RESQ, REST, RESO, RESY into RESB.