aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-06-14 15:09:51 -0700
committerGuy Harris <guy@alum.mit.edu>2018-06-14 22:10:26 +0000
commit3df05f3ec866a477db24c9db8a4ad6ce3316a9a5 (patch)
tree8ef458fc4646c42e64fd1a73d293b7cca73e6de7 /wiretap
parent58d211dc7f801db2d7d2e5e6d6430eaac835e233 (diff)
Fix indentation.
Change-Id: I6a3db704c9046ff696820ce157423c5867c2c2e8 Reviewed-on: https://code.wireshark.org/review/28275 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/netmon.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/netmon.c b/wiretap/netmon.c
index c7ea2355b3..824db36460 100644
--- a/wiretap/netmon.c
+++ b/wiretap/netmon.c
@@ -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 */