From: Ruben Kerkhof Date: Sat, 23 Jul 2016 13:54:20 +0000 (+0200) Subject: teamspeak plugin: fix indentation X-Git-Tag: collectd-5.6.0~187 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=6cf795578e3f29efbaeea974fdcd1049105dd7ff teamspeak plugin: fix indentation --- 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)