apply auto-formatter

This commit is contained in:
2022-08-22 15:02:16 +02:00
parent 7c59df3f1c
commit 8c8d1cfa84
32 changed files with 98 additions and 147 deletions

View File

@ -1,8 +1,8 @@
#ifndef FSFW_TESTS_SIMPLESERIALIZABLE_H
#define FSFW_TESTS_SIMPLESERIALIZABLE_H
#include "fsfw/serialize.h"
#include "fsfw/osal/Endiness.h"
#include "fsfw/serialize.h"
class SimpleSerializable : public SerializeIF {
public: