small changes
[xscreensaver] / xscreensaver / hacks / screenhack.c
index 0f11991..cad0b74 100644 (file)
@@ -624,7 +624,7 @@ run_screenhack_table (Display *dpy,
           (view == 4 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PAUSE_LIVEBG_ON_VIEW4))){
            fprintf(stderr, "Pause scene visible %i\n", view); 
           pause = 1;
-          dbus_message_unref (msg);
+          dbus_message_unref (msg); 
           continue;
       }
       if ((view == 1 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PLAY_LIVEBG_ON_VIEW1))||
@@ -633,10 +633,10 @@ run_screenhack_table (Display *dpy,
           (view == 4 && dbus_message_is_signal(msg, LIVEWP_SIGNAL_INTERFACE, LIVEWP_PLAY_LIVEBG_ON_VIEW4))){
            fprintf(stderr, "Play scene visible %i\n", view); 
           pause = 0;
-          dbus_message_unref (msg);
+          dbus_message_unref (msg); 
           continue;
       }
-      dbus_message_unref (msg);
+      dbus_message_unref (msg); 
     }
 
   ft->free_cb (dpy, window, closure);