Clean up indentation (get rid of 4-space tabs).

svn path=/trunk/; revision=42184
This commit is contained in:
Guy Harris 2012-04-21 20:13:38 +00:00
parent 60cb4652e4
commit b8087943a1

View file

@ -1905,8 +1905,8 @@ GtkWidget * gtk_button_box_new(GtkOrientation orientation)
{
if (orientation == GTK_ORIENTATION_HORIZONTAL){
return gtk_hbutton_box_new(void);
}else{
}else{
return gtk_vbutton_box_new(void);
}
}
}
#endif /* GTK_CHECK_VERSION(3,0,0) */
#endif /* GTK_CHECK_VERSION(3,0,0) */