aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2009-02-15 21:55:03 +0000
committerBill Meier <wmeier@newsguy.com>2009-02-15 21:55:03 +0000
commit6c47f763a3f99dd35f5df912e37a0c2b84a059d8 (patch)
treec4b492e4cdf4a26aff85bdd037b3c403bd410ae8 /cfile.c
parentace4af44fc2aecc93c7663f6f27b8deaae5c2a72 (diff)
Adjust some spacing ....
svn path=/trunk/; revision=27457
Diffstat (limited to 'cfile.c')
-rw-r--r--cfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/cfile.c b/cfile.c
index aa218e607b..62fab27fbb 100644
--- a/cfile.c
+++ b/cfile.c
@@ -44,14 +44,14 @@ init_cap_file(capture_file *cf)
{
/* Initialize the capture file struct */
cf->plist = NULL;
- cf->plist_end = NULL;
+ cf->plist_end = NULL;
cf->wth = NULL;
- cf->filename = NULL;
+ cf->filename = NULL;
cf->user_saved = FALSE;
cf->is_tempfile = FALSE;
cf->rfcode = NULL;
cf->dfilter = NULL;
- cf->has_snap = FALSE;
+ cf->has_snap = FALSE;
cf->snap = WTAP_MAX_PACKET_SIZE;
cf->count = 0;
cf->pstats = NULL;