From 1bdf76922eb9a484d2bc695811de6025cca63bef Mon Sep 17 00:00:00 2001 From: subtly Date: Sun, 23 Nov 2014 06:51:18 +0100 Subject: [PATCH] remove spontaneous whitespace --- libp2p/Host.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/Host.h b/libp2p/Host.h index c619b6867..c82ecf84c 100644 --- a/libp2p/Host.h +++ b/libp2p/Host.h @@ -110,7 +110,7 @@ struct NetworkPreferences bool upnp = true; bool localNetworking = false; }; - + /** * @brief The Host class * Capabilities should be registered prior to startNetwork, since m_capabilities is not thread-safe.