From 05e7da7a8722c8ad1294b23c4231be9b852bf753 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 10 Oct 2021 21:01:06 +0200 Subject: [PATCH] Fix clang-format --- .../system_parameters/galileo_inav_message.h | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/core/system_parameters/galileo_inav_message.h b/src/core/system_parameters/galileo_inav_message.h index 003670fe9..dc6063ade 100644 --- a/src/core/system_parameters/galileo_inav_message.h +++ b/src/core/system_parameters/galileo_inav_message.h @@ -260,7 +260,7 @@ private: double iDot_2{}; // Rate of inclination angle [semi-circles/sec] // Word type 3: Ephemeris (3/4) and SISA - int32_t IOD_nav_3{}; // + int32_t IOD_nav_3{}; int32_t SISA_3{}; double OMEGA_dot_3{}; // Rate of right ascension [semi-circles/sec] double delta_n_3{}; // Mean motion difference from computed value [semi-circles/sec] @@ -284,13 +284,13 @@ private: // Word type 5: Ionospheric correction, BGD, signal health and data validity status and GST*/ // Ionospheric correction - double ai0_5{}; // Effective Ionisation Level 1st order parameter [sfu] - double ai1_5{}; // Effective Ionisation Level 2st order parameter [sfu/degree] - double ai2_5{}; // Effective Ionisation Level 3st order parameter [sfu/degree] - double BGD_E1E5a_5{}; // E1-E5a Broadcast Group Delay [s] - double BGD_E1E5b_5{}; // E1-E5b Broadcast Group Delay [s] - int32_t E5b_HS_5{}; // E5b Signal Health Status - int32_t E1B_HS_5{}; // E1B Signal Health Status + double ai0_5{}; // Effective Ionisation Level 1st order parameter [sfu] + double ai1_5{}; // Effective Ionisation Level 2st order parameter [sfu/degree] + double ai2_5{}; // Effective Ionisation Level 3st order parameter [sfu/degree] + double BGD_E1E5a_5{}; // E1-E5a Broadcast Group Delay [s] + double BGD_E1E5b_5{}; // E1-E5b Broadcast Group Delay [s] + int32_t E5b_HS_5{}; // E5b Signal Health Status + int32_t E1B_HS_5{}; // E1B Signal Health Status // Ionospheric disturbance flag bool Region1_flag_5{}; // Ionospheric Disturbance Flag for region 1 @@ -298,8 +298,8 @@ private: bool Region3_flag_5{}; // Ionospheric Disturbance Flag for region 3 bool Region4_flag_5{}; // Ionospheric Disturbance Flag for region 4 bool Region5_flag_5{}; // Ionospheric Disturbance Flag for region 5 - bool E5b_DVS_5{}; // E5b Data Validity Status - bool E1B_DVS_5{}; // E1B Data Validity Status + bool E5b_DVS_5{}; // E5b Data Validity Status + bool E1B_DVS_5{}; // E1B Data Validity Status // GST int32_t WN_5{};