1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-18 11:09:56 +00:00

Apply clang-format

This commit is contained in:
Carles Fernandez 2020-02-20 16:32:59 +01:00
parent a7511326b3
commit 39c4b85abf

View File

@ -23,8 +23,8 @@
#define GNSS_SDR_ITEM_TYPE_HELPERS_H
#include <functional>
#include <cstdint>
#include <functional>
#include <string>
using item_type_converter_t = std::function<void(void *, const void *, uint32_t)>;