Style changes
[browser-switch] / main.c
diff --git a/main.c b/main.c
index 5429a59..428d5bc 100644 (file)
--- a/main.c
+++ b/main.c
@@ -40,7 +40,7 @@
 
 struct swb_context ctx;
 
 
 struct swb_context ctx;
 
-static void set_config_defaults(struct swb_context * ctx) {
+static void set_config_defaults(struct swb_context *ctx) {
        if (!ctx)
                return;
        free(ctx->other_browser_cmd);
        if (!ctx)
                return;
        free(ctx->other_browser_cmd);
@@ -162,9 +162,9 @@ out_noopen:
 }
 
 int main() {
 }
 
 int main() {
-       OssoBrowser * obj;
-       GMainLoop * mainloop;
-       GError * error = NULL;
+       OssoBrowser *obj;
+       GMainLoop *mainloop;
+       GError *error = NULL;
 
        read_config(0);
 
 
        read_config(0);