Drop the only local variable declaration within a for-loop (C99)
authorTomohiro Kusumi <tkusumi@tuxera.com>
Fri, 14 Apr 2017 21:06:19 +0000 (00:06 +0300)
committerJens Axboe <axboe@fb.com>
Wed, 26 Apr 2017 18:43:10 +0000 (12:43 -0600)
commit1c9f076109b15af6e03f92d9b80034d034d5b6cd
tree1f427befa93ca9c9cb720eb0b2de7e83b37d02fb
parent9e55f2c7debac6683b1c41ce1f816ed868396798
Drop the only local variable declaration within a for-loop (C99)

Nothing happens at least with gcc by default, but this is the only
C99 (or after) specific declaration, so change it to normal style.

Signed-off-by: Tomohiro Kusumi <tkusumi@tuxera.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
parse.c