From 6cf795578e3f29efbaeea974fdcd1049105dd7ff Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 23 Jul 2016 15:54:20 +0200 Subject: [PATCH] teamspeak plugin: fix indentation --- src/teamspeak2.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/teamspeak2.c b/src/teamspeak2.c index 41f58e5c..638109ca 100644 --- a/src/teamspeak2.c +++ b/src/teamspeak2.c @@ -723,7 +723,7 @@ static int tss2_config (const char *key, const char *value) /* * Interpret configuration values */ - if (strcasecmp ("Host", key) == 0) + if (strcasecmp ("Host", key) == 0) { char *temp; @@ -806,7 +806,7 @@ static int tss2_read (void) if (success == 0) return (-1); - return (0); + return (0); } /* int tss2_read */ static int tss2_shutdown(void) -- 2.11.0