1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-15 11:45:47 +00:00

Apply clang-format

This commit is contained in:
Carles Fernandez 2019-10-28 13:00:18 +01:00
parent f3485bb39b
commit 37f427844d

View File

@ -39,17 +39,17 @@
#include <glog/logging.h> #include <glog/logging.h>
#include <iio.h> #include <iio.h>
#include <algorithm> // for max #include <algorithm> // for max
#include <chrono> // for std::this_thread
#include <cmath> // for abs #include <cmath> // for abs
#include <exception> // for exceptions #include <exception> // for exceptions
#include <fcntl.h> // for open, O_WRONLY #include <fcntl.h> // for open, O_WRONLY
#include <fstream> // for std::ifstream #include <fstream> // for std::ifstream
#include <iostream> // for cout, endl #include <iostream> // for cout, endl
#include <string> // for string manipulation #include <string> // for string manipulation
#include <thread> // for std::chrono
#include <unistd.h> // for write #include <unistd.h> // for write
#include <utility> #include <utility>
#include <vector> #include <vector>
#include <chrono> // for std::this_thread
#include <thread> // for std::chrono
void run_DMA_process(const std::string &FreqBand, const std::string &Filename1, const std::string &Filename2, const bool &enable_DMA) void run_DMA_process(const std::string &FreqBand, const std::string &Filename1, const std::string &Filename2, const bool &enable_DMA)
{ {