Merge tag 'upstream/1.2.0'
[psensor-pkg-debian.git] / src / lib / psensor_json.h
index 31ceb00..14c9794 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2010-2013 jeanfi@gmail.com
+ * Copyright (C) 2010-2016 jeanfi@gmail.com
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License as
@@ -36,7 +36,7 @@ char *sensors_to_json_string(struct psensor **sensors);
  * Creates a new allocated psensor corresponding to a given json
  * representation.
  */
-struct psensor *psensor_new_from_json(json_object * o,
+struct psensor *psensor_new_from_json(json_object *o,
                                      const char *sensors_url,
                                      int values_max_length);
 #endif