]> arthur.barton.de Git - netdata.git/blobdiff - src/rrdpush.c
detect stopped cgroups immediately
[netdata.git] / src / rrdpush.c
index 2dcbe9f57f3af64f8276f5a1b2857a2ca177f1ae..069fae467eb8c8bec06b8bd73533749e1ac5d8da 100644 (file)
@@ -453,7 +453,7 @@ cleanup:
 
     if(pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL) != 0)
         error("STREAM %s [send]: cannot set pthread cancel state to ENABLE.", host->hostname);
-    
+
     pthread_exit(NULL);
     return NULL;
 }