removed useless empty line
[psensor.git] / src / libpsensor_json / psensor_json.h
index c97e6f6..9e61e1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2010-2011 wpitchoune@gmail.com
+    Copyright (C) 2010-2011 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 published by
@@ -28,5 +28,4 @@ json_object *sensor_to_json_object(struct psensor *s);
 char *sensor_to_json_string(struct psensor *s);
 char *sensors_to_json_string(struct psensor **sensors);
 
-
 #endif