]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/statbox.cpp
Removed comment
[wxWidgets.git] / src / gtk / statbox.cpp
index a82354bc28f81e0417437a7f4230df859817b3c2..72a26ebbcabb3b8d72627153aef851496c721673 100644 (file)
@@ -32,7 +32,7 @@ static void size_allocate(GtkWidget* widget, GtkAllocation* alloc, void*)
     GtkWidget* label_widget = gtk_frame_get_label_widget(GTK_FRAME(widget));
     int w = alloc->width -
         2 * widget->style->xthickness - 2 * LABEL_PAD - 2 * LABEL_SIDE_PAD;
-    if (w < 0) 
+    if (w < 0)
         w = 0;
 
     if (label_widget->allocation.width > w)