Apply clang-format

This commit is contained in:
Martchus 2020-11-03 18:28:31 +01:00
parent 7cea7509ba
commit a069fa954b
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
#include <QProcess>
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#include "./syncthingservice.h"
#include "./syncthingprocess.h"
#include "./syncthingdev.h"
#include "./syncthingprocess.h"
#include "./syncthingservice.h"
#endif
namespace CppUtilities {