aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2009-06-16 05:03:33 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2009-06-16 05:03:33 +0000
commitcb678fdcfd6b1096f8b29a34eb7be12b5b637eab (patch)
tree64a78e5a191aee7210d422a2f36a5e7456edbc6a /wiretap
parente41c47a335a95b843003005fe6d95c9917be50d2 (diff)
Whitespace cleanups.
svn path=/trunk/; revision=28757
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/pcapng.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/wiretap/pcapng.c b/wiretap/pcapng.c
index f71eb82ed1..63a651281b 100644
--- a/wiretap/pcapng.c
+++ b/wiretap/pcapng.c
@@ -1562,10 +1562,10 @@ pcapng_dump_open(wtap_dumper *wdh, gboolean cant_seek _U_, int *err)
wblock.data.section.section_length = -1;
/* XXX - options unused */
- wblock.data.section.opt_comment = NULL;
- wblock.data.section.shb_hardware = NULL;
- wblock.data.section.shb_os = NULL;
- wblock.data.section.shb_user_appl = NULL;
+ wblock.data.section.opt_comment = NULL;
+ wblock.data.section.shb_hardware = NULL;
+ wblock.data.section.shb_os = NULL;
+ wblock.data.section.shb_user_appl = NULL;
if (!pcapng_write_block(wdh, &wblock, err)) {
return FALSE;