Fix space before tab.

Change-Id: I8e9de014bd1e69102edb0eb2ec65d8da12ab8311
Reviewed-on: https://code.wireshark.org/review/7742
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2015-03-18 16:59:30 -07:00
parent 096e5231ff
commit face2c7946
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ capture_dev_user_snaplen_find(const gchar *if_name, gboolean *hassnap, int *snap
*hassnap = FALSE;
*snaplen = WTAP_MAX_PACKET_SIZE;
} else if (*(colonp + 1) == '1') {
/* {hassnap} is true, so extract {snaplen} */
/* {hassnap} is true, so extract {snaplen} */
if (*(colonp + 2) != '(') {
/* Not followed by a parenthesis. Give up. */
break;