diff src/layout_config.c @ 513:985fdfebd89e

Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
author zas_
date Thu, 24 Apr 2008 12:47:09 +0000
parents 48c8e49b571c
children 4fe8f9656107
line wrap: on
line diff
--- a/src/layout_config.c	Thu Apr 24 12:23:02 2008 +0000
+++ b/src/layout_config.c	Thu Apr 24 12:47:09 2008 +0000
@@ -53,7 +53,7 @@
 	{ LAYOUT_TOP, LAYOUT_LEFT | LAYOUT_BOTTOM, LAYOUT_RIGHT | LAYOUT_BOTTOM }
 };
 
-static gint layout_config_style_count = sizeof(layout_config_styles) / sizeof (LayoutStyle);
+static gint layout_config_style_count = sizeof(layout_config_styles) / sizeof(LayoutStyle);
 
 static gchar *layout_titles[] = { N_("Tools"), N_("Files"), N_("Image") };