From 716fdc8e398ea7435b23192ab1f7d59e7b21e32b Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 23 May 2014 10:48:46 +0000 Subject: Revert "Fix some white space issues." This reverts commit 2456b22cd36b08fc2816d5a730918af3d7a9d480. Next step: revert my other change. Change-Id: I7a2302c527c8a85ce9f37d6e4f68c1e2d0adb741 Reviewed-on: https://code.wireshark.org/review/1740 Reviewed-by: Guy Harris --- tshark.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tshark.c b/tshark.c index 112351a220..afbf6310ac 100644 --- a/tshark.c +++ b/tshark.c @@ -2703,7 +2703,7 @@ capture_input_new_records(capture_session *cap_session, int to_read) wtap_close(cf->wth); cf->wth = NULL; } else { - if (rec_type == REC_TYPE_PACKET) { + if (rec_type == REC_TYPE_PACKET) { if (process_packet(cf, edt, data_offset, wtap_phdr(cf->wth), wtap_buf_ptr(cf->wth), tap_flags)) { @@ -3379,7 +3379,7 @@ load_cap_file(capture_file *cf, char *save_file, int out_file_type, } /* If we're supposed to stop after max_packet_count packets, - * count this packet. + * count this packet. * When the -c option has not been used, max_packet_count * starts at 0. */ -- cgit v1.2.3