mwifiex: clean up some messy indenting

These lines were indented one tab extra.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
Dan Carpenter 2016-11-30 22:21:56 +03:00 committed by Kalle Valo
parent adc176c547
commit e54a8c4b57
1 changed files with 2 additions and 2 deletions

View File

@ -1935,8 +1935,8 @@ int mwifiex_sta_prepare_cmd(struct mwifiex_private *priv, uint16_t cmd_no,
mwifiex_dbg(priv->adapter, ERROR,
"0x%x command not supported by firmware\n",
cmd_no);
return -EOPNOTSUPP;
}
return -EOPNOTSUPP;
}
/* Prepare command */
switch (cmd_no) {