1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-01 07:43:04 +00:00

Remove trailing underscore in header guards

This commit is contained in:
Carles Fernandez
2020-02-08 10:10:46 +01:00
parent 4d0d263280
commit 955348b080
680 changed files with 1577 additions and 1577 deletions

View File

@@ -23,8 +23,8 @@
* -------------------------------------------------------------------------
*/
#ifndef GNSS_SDR_GNSS_FLOWGRAPH_H_
#define GNSS_SDR_GNSS_FLOWGRAPH_H_
#ifndef GNSS_SDR_GNSS_FLOWGRAPH_H
#define GNSS_SDR_GNSS_FLOWGRAPH_H
#include "channel_status_msg_receiver.h"
#include "concurrent_queue.h"
@@ -233,4 +233,4 @@ private:
std::vector<std::string> split_string(const std::string& s, char delim);
};
#endif // GNSS_SDR_GNSS_FLOWGRAPH_H_
#endif // GNSS_SDR_GNSS_FLOWGRAPH_H