From 435f3641e0fd0da95f033867ff1b9953313b1476 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 26 Jan 2020 22:33:03 +0100 Subject: [PATCH] clang-format fixes --- src/core/system_parameters/display.h | 3 ++- src/core/system_parameters/galileo_navigation_message.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/system_parameters/display.h b/src/core/system_parameters/display.h index 48a21d4f6..117cbf75c 100644 --- a/src/core/system_parameters/display.h +++ b/src/core/system_parameters/display.h @@ -78,5 +78,6 @@ const std::string TEXT_BOLD_MAGENTA = ""; const std::string TEXT_BOLD_CYAN = ""; const std::string TEXT_BOLD_WHITE = ""; -#endif /* DISPLAY_COLORS */ +#endif // DISPLAY_COLORS + #endif // GNSS_SDR_DISPLAY_H_ diff --git a/src/core/system_parameters/galileo_navigation_message.h b/src/core/system_parameters/galileo_navigation_message.h index abd781da5..eec0f40e0 100644 --- a/src/core/system_parameters/galileo_navigation_message.h +++ b/src/core/system_parameters/galileo_navigation_message.h @@ -296,4 +296,4 @@ private: int64_t read_navigation_signed(std::bitset bits, const std::vector >& parameter); }; -#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_ +#endif // GNSS_SDR_GALILEO_NAVIGATION_MESSAGE_H_