aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-11-13 21:29:07 -0800
committerGuy Harris <guy@alum.mit.edu>2018-11-14 05:29:42 +0000
commit68c0002584601b6e66ff8b38676d5c71f4c48c60 (patch)
treef1608f01a6957a507740bea51306a1a6ae397273 /wiretap
parent13eefba79c7944da8675727be65b31a04d9c330b (diff)
Fix whitespace.
Change-Id: I4e1ca2bcefbaf8bb04e26bed0c668c43b1a6f788 Reviewed-on: https://code.wireshark.org/review/30621 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/network_instruments.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/wiretap/network_instruments.c b/wiretap/network_instruments.c
index e4ad8b94fc..949e7b3a4f 100644
--- a/wiretap/network_instruments.c
+++ b/wiretap/network_instruments.c
@@ -149,9 +149,9 @@ wtap_open_return_val network_instruments_open(wtap *wth, int *err, gchar **err_i
header_offset = file_header.offset_to_first_packet + ((guint)(file_header.offset_to_first_packet_high_byte)<<16);
if (offset > header_offset) {
- /*
- * The packet data begins before the file header ends.
- */
+ /*
+ * The packet data begins before the file header ends.
+ */
*err = WTAP_ERR_BAD_FILE;
*err_info = g_strdup_printf("Observer: The first packet begins in the middle of the file header");
return WTAP_OPEN_ERROR;