staging: wilc1000: coreconfigurator: Remove spaces before "\n"

In accordance to checkpatch.pl, a space before a quoted
newline ("\n") is unnecessary, therefore substituted " \n"
with "\n" in coreconfigurator.c

Signed-off-by: Stanislav Kholmanskikh <kholmanskikh.s.s@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Stanislav Kholmanskikh 2015-06-10 21:57:24 +03:00 committed by Greg Kroah-Hartman
parent 842f1d71f6
commit 1fad279db5
1 changed files with 7 additions and 7 deletions