From 7626e8841f1c73261570d9439c0f31913c2603ee Mon Sep 17 00:00:00 2001 From: Patrick Kappl Date: Sun, 21 Jul 2024 15:29:19 +0000 Subject: [PATCH] Format code --- Tests/HardwareTests/Crc32.test.cpp | 6 +++--- Tests/HardwareTests/DisableRfLatchupProtection.test.cpp | 4 ++-- Tests/HardwareTests/EduCommands.test.cpp | 3 ++- Tests/HardwareTests/Eps.test.cpp | 4 ++-- Tests/HardwareTests/FileSystem.test.cpp | 4 ++-- Tests/HardwareTests/Flash.test.cpp | 6 +++--- Tests/HardwareTests/Fram.test.cpp | 5 +++-- Tests/HardwareTests/Gpio.test.cpp | 4 ++-- Tests/HardwareTests/MaxPower.test.cpp | 4 ++-- Tests/HardwareTests/Rf.test.cpp | 6 +++--- Tests/HardwareTests/RfLatchupDisablePin.cpp | 4 ++-- Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp | 4 ++-- Tests/HardwareTests/Uart.test.cpp | 4 ++-- Tests/HardwareTests/Watchdog.test.cpp | 4 ++-- Tests/HardwareTests/WatchdogClear.test.cpp | 4 ++-- 15 files changed, 34 insertions(+), 32 deletions(-) diff --git a/Tests/HardwareTests/Crc32.test.cpp b/Tests/HardwareTests/Crc32.test.cpp index 65ed78de..9b6d8e5e 100644 --- a/Tests/HardwareTests/Crc32.test.cpp +++ b/Tests/HardwareTests/Crc32.test.cpp @@ -22,14 +22,14 @@ //! @author Daniel Schloms +#include +#include + #include #include #include #include -#include -#include - #include #include diff --git a/Tests/HardwareTests/DisableRfLatchupProtection.test.cpp b/Tests/HardwareTests/DisableRfLatchupProtection.test.cpp index d1541c1e..4ebaee54 100644 --- a/Tests/HardwareTests/DisableRfLatchupProtection.test.cpp +++ b/Tests/HardwareTests/DisableRfLatchupProtection.test.cpp @@ -1,7 +1,7 @@ -#include - #include +#include + #include diff --git a/Tests/HardwareTests/EduCommands.test.cpp b/Tests/HardwareTests/EduCommands.test.cpp index a7f6f125..3e0bead9 100644 --- a/Tests/HardwareTests/EduCommands.test.cpp +++ b/Tests/HardwareTests/EduCommands.test.cpp @@ -1,3 +1,5 @@ +#include + #include #include #include @@ -8,7 +10,6 @@ #include #include -#include #include diff --git a/Tests/HardwareTests/Eps.test.cpp b/Tests/HardwareTests/Eps.test.cpp index ea0e993a..3f97a125 100644 --- a/Tests/HardwareTests/Eps.test.cpp +++ b/Tests/HardwareTests/Eps.test.cpp @@ -1,8 +1,8 @@ +#include + #include #include -#include - #include #include diff --git a/Tests/HardwareTests/FileSystem.test.cpp b/Tests/HardwareTests/FileSystem.test.cpp index a12cda70..310ff160 100644 --- a/Tests/HardwareTests/FileSystem.test.cpp +++ b/Tests/HardwareTests/FileSystem.test.cpp @@ -1,8 +1,8 @@ +#include + #include #include -#include - #include #include diff --git a/Tests/HardwareTests/Flash.test.cpp b/Tests/HardwareTests/Flash.test.cpp index 1805331c..a8753847 100644 --- a/Tests/HardwareTests/Flash.test.cpp +++ b/Tests/HardwareTests/Flash.test.cpp @@ -1,10 +1,10 @@ +#include +#include + #include #include #include -#include -#include - #include #include diff --git a/Tests/HardwareTests/Fram.test.cpp b/Tests/HardwareTests/Fram.test.cpp index ded3b9b2..48839dfc 100644 --- a/Tests/HardwareTests/Fram.test.cpp +++ b/Tests/HardwareTests/Fram.test.cpp @@ -1,11 +1,12 @@ +#include +#include + #include #include #include #include #include -#include -#include #include #include diff --git a/Tests/HardwareTests/Gpio.test.cpp b/Tests/HardwareTests/Gpio.test.cpp index 70797ca9..accd3fe0 100644 --- a/Tests/HardwareTests/Gpio.test.cpp +++ b/Tests/HardwareTests/Gpio.test.cpp @@ -1,8 +1,8 @@ +#include + #include #include -#include - #include #include diff --git a/Tests/HardwareTests/MaxPower.test.cpp b/Tests/HardwareTests/MaxPower.test.cpp index d76a32db..e1bc0b65 100644 --- a/Tests/HardwareTests/MaxPower.test.cpp +++ b/Tests/HardwareTests/MaxPower.test.cpp @@ -1,3 +1,5 @@ +#include + #include #include #include @@ -5,8 +7,6 @@ #include #include -#include - #include #include diff --git a/Tests/HardwareTests/Rf.test.cpp b/Tests/HardwareTests/Rf.test.cpp index 43bb0b38..546d4a3e 100644 --- a/Tests/HardwareTests/Rf.test.cpp +++ b/Tests/HardwareTests/Rf.test.cpp @@ -1,9 +1,9 @@ -#include -#include - #include #include +#include +#include + #include diff --git a/Tests/HardwareTests/RfLatchupDisablePin.cpp b/Tests/HardwareTests/RfLatchupDisablePin.cpp index bab82b66..c4a281c9 100644 --- a/Tests/HardwareTests/RfLatchupDisablePin.cpp +++ b/Tests/HardwareTests/RfLatchupDisablePin.cpp @@ -1,7 +1,7 @@ -#include - #include +#include + namespace sts1cobcsw { diff --git a/Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp b/Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp index 70fa34ce..bf8acbff 100644 --- a/Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp +++ b/Tests/HardwareTests/ThreadTests/EduPowerManagement.test.cpp @@ -1,10 +1,10 @@ +#include + #include #include #include #include -#include - #include diff --git a/Tests/HardwareTests/Uart.test.cpp b/Tests/HardwareTests/Uart.test.cpp index 4f308df8..dddf556f 100644 --- a/Tests/HardwareTests/Uart.test.cpp +++ b/Tests/HardwareTests/Uart.test.cpp @@ -6,14 +6,14 @@ //! //! After flashing the COBC just follow the instructions on the screen. +#include + #include #include #include #include #include -#include - #include #include diff --git a/Tests/HardwareTests/Watchdog.test.cpp b/Tests/HardwareTests/Watchdog.test.cpp index 6a98a89f..48b5ea2c 100644 --- a/Tests/HardwareTests/Watchdog.test.cpp +++ b/Tests/HardwareTests/Watchdog.test.cpp @@ -1,8 +1,8 @@ +#include + #include #include -#include - #include diff --git a/Tests/HardwareTests/WatchdogClear.test.cpp b/Tests/HardwareTests/WatchdogClear.test.cpp index ade91dbc..fc6c278a 100644 --- a/Tests/HardwareTests/WatchdogClear.test.cpp +++ b/Tests/HardwareTests/WatchdogClear.test.cpp @@ -1,8 +1,8 @@ +#include + #include #include -#include - #include