expand_smacro: stylish nits
commited4a805b0ae81a485e952742e161f40f7302642f
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 9 Apr 2010 11:40:35 +0000 (9 15:40 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 9 Apr 2010 20:13:49 +0000 (10 00:13 +0400)
tree2d6901a777414cfcfc4de45b1866f5c815fe5f75
parent6837749d85139b37ca0f15cfe293ba078591d117
expand_smacro: stylish nits

- no need to split functions even if it a bit longer
  then 80 characters, it becomes hard to read it

- initialize "thead" before "tail" is more natural

- use more simple while() instead of for() with a
  long initializer

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
preproc.c