diff --git a/src/algorithms/PVT/libs/vtl_conf.h b/src/algorithms/PVT/libs/vtl_conf.h index eb5bfadb3..90258786c 100644 --- a/src/algorithms/PVT/libs/vtl_conf.h +++ b/src/algorithms/PVT/libs/vtl_conf.h @@ -31,7 +31,7 @@ class Vtl_Conf { public: Vtl_Conf(); - //TODO: VTL control parameters and config options here + // TODO: VTL control parameters and config options here }; diff --git a/src/algorithms/libs/rtklib/rtklib_rtkpos.cc b/src/algorithms/libs/rtklib/rtklib_rtkpos.cc index 0ca0854b9..1d03f4882 100644 --- a/src/algorithms/libs/rtklib/rtklib_rtkpos.cc +++ b/src/algorithms/libs/rtklib/rtklib_rtkpos.cc @@ -2842,7 +2842,7 @@ int rtkpos(rtk_t *rtk, const obsd_t *obs, int n, const nav_t *nav, return 1; } if (opt->mode == PMODE_MOVEB) - { /* moving baseline */ + { /* moving baseline */ /* estimate position/velocity of base station */ if (!pntpos(obs + nu, nr, nav, &rtk->opt, &solb, nullptr, nullptr, msg, tropo_vec, iono_vec, pr_corrected_code_bias_vec, pr_residual_vec, doppler_residual_vec))