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/downloadstab.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/downloadstab.h') diff --git a/src/downloadstab.h b/src/downloadstab.h index f39f4ba5..f0b85d91 100644 --- a/src/downloadstab.h +++ b/src/downloadstab.h @@ -3,7 +3,10 @@ #include -namespace Ui { class MainWindow; } +namespace Ui +{ +class MainWindow; +} class OrganizerCore; class DownloadListView; @@ -33,4 +36,4 @@ private: void resumeDownload(int downloadIndex); }; -#endif // MODORGANIZER_DOWNLOADTAB_INCLUDED +#endif // MODORGANIZER_DOWNLOADTAB_INCLUDED -- cgit v1.3.1