Use consistent indentation; Add editor modelines.

svn path=/trunk/; revision=47917
This commit is contained in:
Bill Meier 2013-02-27 16:15:18 +00:00
parent 98ce5836a4
commit 6533174856
1 changed files with 444 additions and 432 deletions

View File

@ -98,7 +98,7 @@ color_filters_add_tmp(GSList **cfl)
guint32 i;
gchar** bg_colors;
gchar** fg_colors;
unsigned long int cval;
gulong cval;
color_t bg_color, fg_color;
color_filter_t *colorf;
@ -694,7 +694,7 @@ color_filters_import(gchar *path, gpointer user_data)
struct write_filter_data
{
FILE * f;
FILE *f;
gboolean only_selected;
};
@ -784,3 +784,15 @@ color_filters_export(gchar *path, GSList *cfl, gboolean only_marked)
return TRUE;
}
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*
* Local variables:
* c-basic-offset: 4
* tab-width: 8
* indent-tabs-mode: nil
* End:
*
* vi: set shiftwidth=4 tabstop=8 expandtab:
* :indentSize=4:tabSize=8:noTabs=true:
*/