staging: brcm80211: fix "ERROR: space required before that ..."

Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jason Cooper 2010-09-14 09:45:47 -04:00 committed by Greg Kroah-Hartman
parent 914d69d6bc
commit a0e5ccd340

View File

@ -415,7 +415,7 @@ extern "C" {
}
#ifndef ABS
#define ABS(a) (((a) < 0)?-(a):(a))
#define ABS(a) (((a) < 0)? -(a):(a))
#endif /* ABS */
#ifndef MIN