aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2019-01-03 11:39:54 -0800
committerGuy Harris <guy@alum.mit.edu>2019-01-03 19:41:05 +0000
commitf727e8b387eb83b91f927c3e8944fb974e211804 (patch)
treeb0357d9438b8ad663179cae002b0e4f3d7c7be2c
parent86ea0055f3543983ce4be85c8c423f335a16f801 (diff)
Fix indentation.
Change-Id: I60d9b7b5dce04dae560a68feb329041c0374c241 Reviewed-on: https://code.wireshark.org/review/31342 Reviewed-by: Guy Harris <guy@alum.mit.edu>
-rw-r--r--capchild/capture_session.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/capchild/capture_session.h b/capchild/capture_session.h
index 111257d467..3f113f5720 100644
--- a/capchild/capture_session.h
+++ b/capchild/capture_session.h
@@ -52,7 +52,7 @@ typedef struct _capture_session {
guint32 count; /**< Total number of frames captured */
capture_options *capture_opts; /**< options for this capture */
capture_file *cf; /**< handle to cfile */
- struct _info_data *cap_data_info; /**< stats for this capture */
+ struct _info_data *cap_data_info; /**< stats for this capture */
} capture_session;
extern void