From 08e989b780ef568204e25b95713ea5268a554188 Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Thu, 6 Feb 2020 07:16:36 +0100 Subject: [PATCH] examples: unify whitespace --- examples/xinetd.d/munin | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/xinetd.d/munin b/examples/xinetd.d/munin index 5913203..1d01f67 100644 --- a/examples/xinetd.d/munin +++ b/examples/xinetd.d/munin @@ -4,8 +4,8 @@ service munin protocol = tcp wait = no user = root - group = root - only_from = 10.42.42.25 + group = root + only_from = 10.42.42.25 server = /usr/local/bin/munin-node disable = no }