Fix style in runfstests.sh

1. Indentation was off (was using tabs and spaces ; standardize on tabs like we should).
2. Branch statements like case ... esac or if ... then ... fi were being inlined with statements on the following line, which was making things harder to read.

Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
1 file changed