aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 16:29:29 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2012-02-21 16:29:29 +0000
commit307a310391c364661bc5135df63682310fd68e3e (patch)
treed7f452b1cd84d63e86d147aaa275f8d2f08ed13d /file.c
parent41df09c92af70285aaeb70a3551f5868a369af2e (diff)
Whitespace changes.
svn path=/trunk/; revision=41116
Diffstat (limited to 'file.c')
-rw-r--r--file.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/file.c b/file.c
index 6326739012..6766c8097a 100644
--- a/file.c
+++ b/file.c
@@ -3796,12 +3796,12 @@ cf_save(capture_file *cf, const char *fname, packet_range_t *range, guint save_f
we have to do it by writing the packets out in Wiretap. */
wtapng_section_t *shb_hdr = NULL;
- wtapng_iface_descriptions_t *idb_inf = NULL;
+ wtapng_iface_descriptions_t *idb_inf = NULL;
- shb_hdr = wtap_file_get_shb_info(cf->wth);
- idb_inf = wtap_file_get_idb_info(cf->wth);
+ shb_hdr = wtap_file_get_shb_info(cf->wth);
+ idb_inf = wtap_file_get_idb_info(cf->wth);
- pdh = wtap_dump_open_ng(fname, save_format, cf->lnk_t, cf->snap,
+ pdh = wtap_dump_open_ng(fname, save_format, cf->lnk_t, cf->snap,
compressed, shb_hdr, idb_inf, &err);
if (pdh == NULL) {
cf_open_failure_alert_box(fname, err, NULL, TRUE, save_format);