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

run clang-format on ALL the modified files this time

This commit is contained in:
Jim Melton
2022-07-29 15:46:45 -06:00
parent a0c1c0a001
commit e45632f827
4 changed files with 15 additions and 15 deletions

View File

@@ -4118,7 +4118,7 @@ int execcmd(const char *cmd)
* return : none * return : none
* notes : not recursive. only one level * notes : not recursive. only one level
*-----------------------------------------------------------------------------*/ *-----------------------------------------------------------------------------*/
void createdir(std::filesystem::path const& path) void createdir(std::filesystem::path const &path)
{ {
std::error_code ec; std::error_code ec;

View File

@@ -59,8 +59,8 @@
#define GNSS_SDR_RTKLIB_RTKCMN_H #define GNSS_SDR_RTKLIB_RTKCMN_H
#include "rtklib.h" #include "rtklib.h"
#include <filesystem>
#include <cstddef> #include <cstddef>
#include <filesystem>
#include <string> #include <string>
@@ -230,7 +230,7 @@ void traceobs(int level, const obsd_t *obs, int n);
// void traceb (int level, const unsigned char *p, int n); // void traceb (int level, const unsigned char *p, int n);
int execcmd(const char *cmd); int execcmd(const char *cmd);
void createdir(std::filesystem::path const& path); void createdir(std::filesystem::path const &path);
int reppath(std::string const &path, std::string &rpath, gtime_t time, const char *rov, int reppath(std::string const &path, std::string &rpath, gtime_t time, const char *rov,
const char *base); const char *base);
double satwavelen(int sat, int frq, const nav_t *nav); double satwavelen(int sat, int frq, const nav_t *nav);