Command-line utility: check that browser is installed before reporting it as the...
[browser-switch] / main.c
diff --git a/main.c b/main.c
index 99b2fad..af022c8 100644 (file)
--- a/main.c
+++ b/main.c
@@ -142,7 +142,7 @@ int main() {
                        error->message);
                return 1;
        }
-       if (reqname_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {  
+       if (reqname_result != DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER) {
                log_msg("Another browser-switchboard already running\n");
                return 1;
        }