staging: wilc1000: remove the warnings on prohibited spaces.

Remove space prohibited between function name and open parenthesis.

Signed-off-by: Sunghoon Cho <ywhsbliss@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Sunghoon Cho 2015-06-15 19:42:32 +09:00 committed by Greg Kroah-Hartman
parent c4263e319e
commit 3f5309725e

View file

@ -11,7 +11,7 @@
#ifndef CORECONFIGSIMULATOR_H
#define CORECONFIGSIMULATOR_H
extern s32 CoreConfigSimulatorInit (void);
extern s32 CoreConfigSimulatorDeInit (void);
extern s32 CoreConfigSimulatorInit(void);
extern s32 CoreConfigSimulatorDeInit(void);
#endif