Code

Merge pull request #1816 from octo/grpc-free-iter
[collectd.git] / src / teamspeak2.c
index 41f58e5c617fb1eab68f7f07067ee242a4320ddc..638109caac37b3af2f95c215a947c2bc0bec2c7f 100644 (file)
@@ -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)