Fix some white space issues.

Change-Id: I3b4f57c2d1ceffeea1770494fe19a0eee8717a76
Reviewed-on: https://code.wireshark.org/review/1737
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2014-05-22 20:05:20 -07:00
parent c0c480d08c
commit 2456b22cd3
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.
*/