removed useless empty line
[psensor.git] / src / ui_unity.c
index adeacc0..046fa6c 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include <unity.h>
 
-#include "psensor.h"
+#include <ui_unity.h>
 
 static int initialized;
 static UnityLauncherEntry *psensor_entry;
@@ -30,7 +30,6 @@ void ui_unity_launcher_entry_update(struct psensor **sensors,
 {
        double v;
 
-
        if (!initialized) {
                psensor_entry = unity_launcher_entry_get_for_desktop_file
                        ("psensor.desktop");