]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ASoC: compress: indent an if statement
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 14 May 2014 14:23:08 +0000 (17:23 +0300)
committerMark Brown <broonie@linaro.org>
Wed, 14 May 2014 15:15:03 +0000 (16:15 +0100)
commit15b8e94f7460a1285766555011a0feb68e618ecb
treef1ba6021fa5361d12e49e18716707ba183292ddb
parent797f283b61e43c54f37d20c1ef3f9682837ef67a
ASoC: compress: indent an if statement

The return statement was not indented correctly.  I lined up the
condition a bit as well.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/soc-compress.c