summaryrefslogtreecommitdiff
path: root/epan/column_info.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-27 18:25:14 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-27 18:25:14 +0000
commit12ff12803896c50b42e647697e7ecbeb6e4c049a (patch)
tree5d8b10d3723f34cc20b3e5c3382a6d21c5ea1ee2 /epan/column_info.h
parentbe49cd13f90c80dc986936be51bde70e2294babc (diff)
downloadwireshark-12ff12803896c50b42e647697e7ecbeb6e4c049a.tar.gz
Fixed some indenting.
svn path=/trunk/; revision=31100
Diffstat (limited to 'epan/column_info.h')
-rw-r--r--epan/column_info.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/epan/column_info.h b/epan/column_info.h
index 0c682a185a..faa8b6cdd7 100644
--- a/epan/column_info.h
+++ b/epan/column_info.h
@@ -40,21 +40,21 @@ typedef struct {
} col_expr_t;
typedef struct _column_info {
- gint num_cols; /* Number of columns */
- gint *col_fmt; /* Format of column */
- gboolean **fmt_matx; /* Specifies which formats apply to a column */
- gint *col_first; /* First column number with a given format */
- gint *col_last; /* Last column number with a given format */
- gchar **col_title; /* Column titles */
- gchar **col_custom_field; /* Custom column field */
- gint *col_custom_field_id; /* Custom column field id*/
- struct _dfilter_t **col_custom_dfilter; /* Compiled custom column field */
- const gchar **col_data; /* Column data */
- gchar **col_buf; /* Buffer into which to copy data for column */
- int *col_fence; /* Stuff in column buffer before this index is immutable */
- col_expr_t col_expr; /* Column expressions and values */
- gboolean writable; /* Are we still writing to the columns? */
- gboolean columns_changed; /* Have the columns been changed in the prefs? */
+ gint num_cols; /* Number of columns */
+ gint *col_fmt; /* Format of column */
+ gboolean **fmt_matx; /* Specifies which formats apply to a column */
+ gint *col_first; /* First column number with a given format */
+ gint *col_last; /* Last column number with a given format */
+ gchar **col_title; /* Column titles */
+ gchar **col_custom_field; /* Custom column field */
+ gint *col_custom_field_id; /* Custom column field id*/
+ struct _dfilter_t **col_custom_dfilter; /* Compiled custom column field */
+ const gchar **col_data; /* Column data */
+ gchar **col_buf; /* Buffer into which to copy data for column */
+ int *col_fence; /* Stuff in column buffer before this index is immutable */
+ col_expr_t col_expr; /* Column expressions and values */
+ gboolean writable; /* Are we still writing to the columns? */
+ gboolean columns_changed; /* Have the columns been changed in the prefs? */
} column_info;
/*