style: clang-format

This commit is contained in:
Mateusz Pusz
2024-06-10 22:13:37 +02:00
parent 3d5a6368d8
commit 0fbe0bb5e0
5 changed files with 6 additions and 6 deletions

View File

@ -21,9 +21,9 @@
// SOFTWARE. // SOFTWARE.
#include "kalman.h" #include "kalman.h"
#include <mp-units/ext/format.h>
#include <array> #include <array>
#include <iostream> #include <iostream>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES #ifdef MP_UNITS_MODULES
import mp_units; import mp_units;
#else #else

View File

@ -21,9 +21,9 @@
// SOFTWARE. // SOFTWARE.
#include "kalman.h" #include "kalman.h"
#include <mp-units/ext/format.h>
#include <array> #include <array>
#include <iostream> #include <iostream>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES #ifdef MP_UNITS_MODULES
import mp_units; import mp_units;
#else #else

View File

@ -35,13 +35,13 @@
#include <mp-units/ext/algorithm.h> #include <mp-units/ext/algorithm.h>
#ifndef MP_UNITS_IN_MODULE_INTERFACE #ifndef MP_UNITS_IN_MODULE_INTERFACE
#include <mp-units/ext/contracts.h>
#include <mp-units/ext/format.h>
#include <array> #include <array>
#include <concepts> #include <concepts>
#include <cstdint> #include <cstdint>
#include <limits> #include <limits>
#include <string_view> #include <string_view>
#include <mp-units/ext/contracts.h>
#include <mp-units/ext/format.h>
#endif #endif
// most of the below code is based on/copied from fmtlib // most of the below code is based on/copied from fmtlib

View File

@ -23,9 +23,9 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include <catch2/matchers/catch_matchers_exception.hpp> #include <catch2/matchers/catch_matchers_exception.hpp>
#include <mp-units/compat_macros.h> #include <mp-units/compat_macros.h>
#include <mp-units/ext/format.h>
#include <sstream> #include <sstream>
#include <string_view> #include <string_view>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES #ifdef MP_UNITS_MODULES
import mp_units; import mp_units;
#else #else

View File

@ -22,9 +22,9 @@
#include <catch2/catch_test_macros.hpp> #include <catch2/catch_test_macros.hpp>
#include <mp-units/compat_macros.h> #include <mp-units/compat_macros.h>
#include <mp-units/ext/format.h>
#include <matrix> #include <matrix>
#include <ostream> #include <ostream>
#include <mp-units/ext/format.h>
#ifdef MP_UNITS_MODULES #ifdef MP_UNITS_MODULES
import mp_units; import mp_units;
#else #else