aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-11-01 10:47:26 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2017-11-02 20:48:06 +0100
commit65c49d7b7e3b94083b8cbeaed5e9de3a1e049acd (patch)
tree8294174f73f8bcfd452b457da9237409392262f3 /src/Kconfig
parentversion: bump snapshot (diff)
downloadwireguard-monolithic-historical-65c49d7b7e3b94083b8cbeaed5e9de3a1e049acd.tar.xz
wireguard-monolithic-historical-65c49d7b7e3b94083b8cbeaed5e9de3a1e049acd.zip
Kconfig: remove trailing whitespace
Git complains when applying this Kconfig file as part of a patch to the kernel tree, so drop the trailing whitespace. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 811d1e2..4385995 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -26,5 +26,5 @@ config WIREGUARD_DEBUG
that occur for a WireGuard interface. It will also perform some
extra validation checks and unit tests at various points. This is
only useful for debugging.
-
+
Say N here unless you know what you're doing.