1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-07-01 01:22:54 +00:00

Fix formatting

This commit is contained in:
Carles Fernandez 2024-09-21 08:42:59 +02:00
parent f6f58fd45e
commit e23d171b22
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 11 additions and 11 deletions

View File

@ -43,7 +43,7 @@ public:
/*!
* Default constructor
*/
Galileo_ISM() : crc32_ism(0x814141AB, 0, 0, false, false) {};
Galileo_ISM() : crc32_ism(0x814141AB, 0, 0, false, false){};
void set_ism_constellation_id(uint8_t const_id);
void set_ism_service_level_id(uint8_t sl_id);