Revert "Fix some white space issues."

This reverts commit 2456b22cd3.

Next step: revert my other change.

Change-Id: I7a2302c527c8a85ce9f37d6e4f68c1e2d0adb741
Reviewed-on: https://code.wireshark.org/review/1740
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-05-23 10:48:46 +00:00
parent ca97ba0fcb
commit 716fdc8e39
1 changed files with 2 additions and 2 deletions

View File

@ -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.
*/