removed trailing space
[psensor.git] / src / ui_status.c
index f61e8a1..06dbbe0 100644 (file)
@@ -16,7 +16,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  * 02110-1301 USA
  */
-
 #include "log.h"
 #include "ui_status.h"
 
@@ -69,7 +68,7 @@ int is_status_supported()
 void ui_status_cleanup()
 {
        log_debug("ui_status_cleanup()");
-       
+
        if (status) {
                g_object_unref(G_OBJECT(status));
                status = NULL;