grim/glibre

removed a bunch of extra whitespace

2012-02-08, Gary Kramlich
7105a2a77355
Parents 32bfaadfc0de
Children de1d9d293407
removed a bunch of extra whitespace
  • +4 -4
    glibre.c
  • --- a/glibre.c Tue Jul 27 20:11:34 2010 -0500
    +++ b/glibre.c Wed Feb 08 23:03:35 2012 -0600
    @@ -240,14 +240,14 @@
    g_key_file_free(key_file);
    loaded = TRUE;
    -
    +
    return;
    }
    /* main window */
    width = g_key_file_get_integer(key_file, "window", "width", NULL);
    height = g_key_file_get_integer(key_file, "window", "height", NULL);
    -
    +
    width = (width > 0) ? width : -1;
    height = (height > 0) ? height : -1;
    @@ -836,7 +836,7 @@
    gtk_box_pack_start(GTK_BOX(vbox), window.method_one, FALSE, FALSE, 0);
    window.method_all =
    - gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(window.method_one),
    + gtk_radio_button_new_with_label_from_widget(GTK_RADIO_BUTTON(window.method_one),
    "Match All");
    g_signal_connect(window.method_all, "toggled",
    G_CALLBACK(glibre_toggle_toggled_cb), NULL);
    @@ -1027,7 +1027,7 @@
    g_signal_connect(gtk_text_view_get_buffer(GTK_TEXT_VIEW(window.data_entry)),
    "changed", G_CALLBACK(glibre_entry_changed_cb), NULL);
    gtk_container_add(GTK_CONTAINER(sw), window.data_entry);
    -
    +
    /**************************************************************************
    * Groups
    *************************************************************************/