Fix indentation.

Change-Id: I6a3db704c9046ff696820ce157423c5867c2c2e8
Reviewed-on: https://code.wireshark.org/review/28275
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2018-06-14 15:09:51 -07:00
parent 58d211dc7f
commit 3df05f3ec8
1 changed files with 2 additions and 2 deletions

View File

@ -660,8 +660,8 @@ wtap_open_return_val netmon_open(wtap *wth, int *err, gchar **err_info)
if (comment_table_size > 0) {
comment_table = g_hash_table_new_full(g_direct_hash, g_direct_equal, NULL, netmonrec_comment_destroy);
if (comment_table == NULL) {
*err = ENOMEM; /* we assume we're out of memory */
return WTAP_OPEN_ERROR;
*err = ENOMEM; /* we assume we're out of memory */
return WTAP_OPEN_ERROR;
}
/* Make sure the file contains the full comment section */