Code

write_riemann: reorder host struct
[collectd.git] / src / ping.c
index b6b2b688cddbf48c1341c9e6c4ceb1c9cfa615f9..88661e94ba5a5e60c99281a9fffc26d6c3265849 100644 (file)
@@ -399,7 +399,7 @@ static int start_thread (void) /* {{{ */
     pthread_mutex_unlock (&ping_lock);
     return (-1);
   }
-    
+
   pthread_mutex_unlock (&ping_lock);
   return (0);
 } /* }}} int start_thread */