Commit 3bd1a38b authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:wcmd: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d9d644ed
This diff is collapsed.
......@@ -112,34 +112,34 @@ typedef enum tagCMD_STATE {
void
vResetCommandTimer(
void *hDeviceContext
);
);
void
vCommandTimer (
vCommandTimer(
void *hDeviceContext
);
);
bool bClearBSSID_SCAN(
void *hDeviceContext
);
);
bool
bScheduleCommand(
void *hDeviceContext,
CMD_CODE eCommand,
unsigned char *pbyItem0
);
);
void
vCommandTimerWait(
void *hDeviceContext,
unsigned int MSecond
);
);
#ifdef TxInSleep
void
BSSvSecondTxData(
void *hDeviceContext
);
);
#endif
#endif //__WCMD_H__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment