From f727e8b387eb83b91f927c3e8944fb974e211804 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 3 Jan 2019 11:39:54 -0800 Subject: Fix indentation. Change-Id: I60d9b7b5dce04dae560a68feb329041c0374c241 Reviewed-on: https://code.wireshark.org/review/31342 Reviewed-by: Guy Harris --- capchild/capture_session.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3