staging: lustre: ldlm: Remove space before braces for defined() check
authorAndreas Ruprecht <rupran@einserver.de>
Sun, 23 Nov 2014 13:37:56 +0000 (14:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 20:51:29 +0000 (12:51 -0800)
checkpatch complains about two places where a space is prohibited
before the braces for in "#if defined()" check. This patch removes
these warnings.

Signed-off-by: Andreas Ruprecht <rupran@einserver.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

No differences found