Mercurial > geeqie
diff src/collect.c @ 512:f9bf33be53ff
Remove whitespace between function name and first parenthesis for the sake of consistency.
| author | zas_ |
|---|---|
| date | Thu, 24 Apr 2008 12:23:02 +0000 |
| parents | 135570a8bd96 |
| children | 985fdfebd89e |
line wrap: on
line diff
--- a/src/collect.c Thu Apr 24 11:40:26 2008 +0000 +++ b/src/collect.c Thu Apr 24 12:23:02 2008 +0000 @@ -980,7 +980,7 @@ if (!cw) return; cd = cw->cd; - gdk_window_get_position (cw->window->window, &cd->window_x, &cd->window_y); + gdk_window_get_position(cw->window->window, &cd->window_x, &cd->window_y); gdk_drawable_get_size(cw->window->window, &cd->window_w, &cd->window_h); cd->window_read = TRUE; } @@ -1212,7 +1212,7 @@ gtk_window_set_resizable(GTK_WINDOW(cw->window), TRUE); collection_window_update_title(cw); - gtk_container_set_border_width (GTK_CONTAINER (cw->window), 0); + gtk_container_set_border_width(GTK_CONTAINER (cw->window), 0); g_signal_connect(G_OBJECT(cw->window), "delete_event", G_CALLBACK(collection_window_delete), cw);
