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:
@@ -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;
|
||||||
|
|
||||||
|
@@ -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);
|
||||||
|
Reference in New Issue
Block a user