From 0024c72586804dc42f64f1d3fef755b295ec0528 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sun, 16 Feb 2014 15:01:32 +0100 Subject: [PATCH] trivial: fix whitespace Signed-off-by: Thomas Haller --- src/NetworkManagerUtils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NetworkManagerUtils.c b/src/NetworkManagerUtils.c index 956a6062d..9db609a1d 100644 --- a/src/NetworkManagerUtils.c +++ b/src/NetworkManagerUtils.c @@ -87,7 +87,7 @@ nm_utils_ip4_address_clear_host_address (in_addr_t addr, guint8 plen) return addr & nm_utils_ip4_prefix_to_netmask (plen); } - /* nm_utils_ip6_address_clear_host_address: +/* nm_utils_ip6_address_clear_host_address: * @dst: destination output buffer, will contain the network part of the @src address * @src: source ip6 address * @plen: prefix length of network