]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/gtkutil/paned.h
reformat code! now the code is only ugly on the *inside*
[xonotic/netradiant.git] / libs / gtkutil / paned.h
index 842996efb5e3db6097b3cfa1899766e50c99cecd..1c80ae6e081d529f70cdc5d56feb6a20d262b2e5 100644 (file)
@@ -24,6 +24,6 @@
 #if !defined( INCLUDED_GTKUTIL_PANED_H )
 #define INCLUDED_GTKUTIL_PANED_H
 
-ui::HPaned create_split_views( ui::Widget topleft, ui::Widget topright, ui::Widget botleft, ui::Widget botright );
+ui::HPaned create_split_views(ui::Widget topleft, ui::Widget topright, ui::Widget botleft, ui::Widget botright);
 
 #endif