aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2012-04-21 20:13:38 +0000
committerGuy Harris <guy@alum.mit.edu>2012-04-21 20:13:38 +0000
commitb8087943a1dfd556ca91cf94c3746f8cb47cf0d6 (patch)
tree29373400d8e03569080661e469ce42eb023ef171 /ui
parent60cb4652e4a0cb58a950a6beffbe25a0277ce543 (diff)
Clean up indentation (get rid of 4-space tabs).
svn path=/trunk/; revision=42184
Diffstat (limited to 'ui')
-rw-r--r--ui/gtk/gui_utils.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/gtk/gui_utils.c b/ui/gtk/gui_utils.c
index 1b4c18b795..410a209621 100644
--- a/ui/gtk/gui_utils.c
+++ b/ui/gtk/gui_utils.c
@@ -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) */ \ No newline at end of file
+#endif /* GTK_CHECK_VERSION(3,0,0) */