1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-10 23:06:03 +00:00

cpplint: fix whitespace/blank_line

This commit is contained in:
Carles Fernandez
2020-02-23 02:43:17 +01:00
parent d54340427c
commit 2a3786b0a5
2 changed files with 3 additions and 5 deletions

View File

@@ -1723,8 +1723,7 @@ bool HybridObservablesTestFpga::ReadRinexObs(std::vector<arma::mat>* obs_vec, Gn
} }
} }
} // end while } // end while
} // End of 'try' block
} // End of 'try' block
catch (const gpstk::FFStreamError& e) catch (const gpstk::FFStreamError& e)
{ {

View File

@@ -1240,9 +1240,8 @@ TEST_F(TrackingPullInTestFpga, ValidationOfResults)
} }
} }
} // end plot } // end plot
} // end acquisition Delay errors loop
} // end acquisition Delay errors loop } // end acquisition Doppler errors loop
} // end acquisition Doppler errors loop
pull_in_results_v_v.push_back(pull_in_results_v); pull_in_results_v_v.push_back(pull_in_results_v);
} // end CN0 LOOP } // end CN0 LOOP