code style
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 18 Sep 2014 07:14:41 +0000 (09:14 +0200)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 18 Sep 2014 07:14:41 +0000 (09:14 +0200)
src/lib/lmsensor.h

index 9c67065..86e6eac 100644 (file)
@@ -27,8 +27,8 @@ void lmsensor_psensor_list_update(struct psensor **sensors);
   Returns the new allocated list of sensors if sensors have been added
   otherwise returns 'sensors'. The list is 'NULL' terminated.
  */
-struct psensor **lmsensor_psensor_list_add(struct psensor **sensors,
-                                          int values_max_length);
+struct psensor **
+lmsensor_psensor_list_add(struct psensor **sensors, int values_max_length);
 
 void lmsensor_init();
 void lmsensor_cleanup();