From: joncruz Date: Sat, 18 Apr 2009 08:15:20 +0000 (+0000) Subject: Whitespace cleanup X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc4a7a61d6e9be543af018f69f41ea8b1a7a0822;p=inkscape.git Whitespace cleanup --- diff --git a/src/widgets/icon.cpp b/src/widgets/icon.cpp index f648a9440..057f30a50 100644 --- a/src/widgets/icon.cpp +++ b/src/widgets/icon.cpp @@ -511,7 +511,7 @@ static void sp_icon_paint(SPIcon *icon, GdkRectangle const *area) GtkWidget &widget = *GTK_WIDGET(icon); GdkPixbuf *image = icon->pb; bool unref_image = false; - + /* copied from the expose function of GtkImage */ if (GTK_WIDGET_STATE (icon) != GTK_STATE_NORMAL && image) { GtkIconSource *source = gtk_icon_source_new(); @@ -536,7 +536,7 @@ static void sp_icon_paint(SPIcon *icon, GdkRectangle const *area) GDK_RGB_DITHER_NORMAL, x, y); } } - + if (unref_image) g_object_unref(G_OBJECT(image)); } @@ -788,7 +788,7 @@ static guchar *load_svg_pixels(gchar const *name, if (!info && Inkscape::IO::file_test( doc_filename, G_FILE_TEST_IS_REGULAR ) && (doc = sp_document_new( doc_filename, FALSE )) ) { - + //g_message("Loaded icon file %s", doc_filename); // prep the document sp_document_ensure_up_to_date(doc);