Small indent fix.
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Sep 2009 18:36:50 +0000 (18:36 +0000)
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 23 Sep 2009 18:36:50 +0000 (18:36 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30102 f5534014-38df-0310-8fa8-9805f1628bb7

gtk/color_dlg.c

index 0335493e3907f1c4f85fa932a65efcf6f6e2ba78..2e5ea684779037c2e83a80db2632e2ca681fc396 100644 (file)
@@ -310,7 +310,7 @@ colorize_dialog_new (char *filter)
   store = gtk_list_store_new(6, 
                                  G_TYPE_STRING, 
                                  G_TYPE_STRING,
-                             G_TYPE_STRING, 
+                                 G_TYPE_STRING, 
                                  G_TYPE_STRING, 
                                  G_TYPE_BOOLEAN, 
                                  G_TYPE_POINTER);