Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers

And a space after include keyword, making the preprocessor more
readable, and remove an unexpected space between a type and variable
name.

Signed-off-by: Colin Vidal <colin@cvidal.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Colin Vidal 2016-02-16 23:12:17 +01:00 committed by Greg Kroah-Hartman
parent 7ca6a96340
commit c3588214cb

View File

@ -14,9 +14,9 @@
*
******************************************************************************/
#include<rtw_iol.h>
#include <rtw_iol.h>
bool rtw_IOL_applied(struct adapter *adapter)
bool rtw_IOL_applied(struct adapter *adapter)
{
if (1 == adapter->registrypriv.fw_iol)
return true;