[PATCH 1/2] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-09 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez --- fs/isofs/compress.c | 4 ++-- 1

[PATCH 1/2] fs: isofs: Fix a coding style issue and change conditional to make it consistence

2015-09-09 Thread Maitesin
The coding style issue is the white spaces after and before the brackets in the for. The change in the conditional is to make it consistence with the other ones in the file. All other conditionals are tested like that. Signed-off-by: Oscar Forner Martinez ---