1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-19 05:33:02 +00:00

clang-format fixes

This commit is contained in:
Carles Fernandez 2020-01-26 22:33:03 +01:00
parent 9023f19794
commit 435f3641e0
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
2 changed files with 3 additions and 2 deletions

View File

@ -78,5 +78,6 @@ const std::string TEXT_BOLD_MAGENTA = "";
const std::string TEXT_BOLD_CYAN = ""; const std::string TEXT_BOLD_CYAN = "";
const std::string TEXT_BOLD_WHITE = ""; const std::string TEXT_BOLD_WHITE = "";
#endif /* DISPLAY_COLORS */ #endif // DISPLAY_COLORS
#endif // GNSS_SDR_DISPLAY_H_ #endif // GNSS_SDR_DISPLAY_H_

View File

@ -296,4 +296,4 @@ private:
int64_t read_navigation_signed(std::bitset<GALILEO_DATA_JK_BITS> bits, const std::vector<std::pair<int32_t, int32_t> >& parameter); int64_t read_navigation_signed(std::bitset<GALILEO_DATA_JK_BITS> bits, const std::vector<std::pair<int32_t, int32_t> >& parameter);
}; };
#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_ #endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_