From d13f6bb870cdda71257f665367be8ef9fca86255 Mon Sep 17 00:00:00 2001 From: Mikaƫl Capelle Date: Tue, 17 May 2022 11:47:01 +0200 Subject: Apply clang-format. --- src/moshortcut.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/moshortcut.h') diff --git a/src/moshortcut.h b/src/moshortcut.h index a6cf7fb5..2bfd1a4f 100644 --- a/src/moshortcut.h +++ b/src/moshortcut.h @@ -1,13 +1,13 @@ #ifndef MODORGANIZER_MOSHORTCUT_INCLUDED #define MODORGANIZER_MOSHORTCUT_INCLUDED -#include #include "instancemanager.h" +#include class MOShortcut { public: - MOShortcut(const QString& link={}); + MOShortcut(const QString& link = {}); // true if initialized using a valid moshortcut link // -- cgit v1.3.1