From cb3464170e91378f2d8d26f0ed550f413f7c9ddc Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Wed, 5 Mar 2025 02:45:15 +0200 Subject: [PATCH] chore: Run clang-format over the codebase (#91) This commit is a result of the following commands: clang-format-19 --style=file -i $(git ls-files | fgrep .cpp) clang-format-19 --style=file -i $(git ls-files | fgrep .hpp) --- settings/GeneralSettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/GeneralSettings.cpp b/settings/GeneralSettings.cpp index 33a4658..4a2ff93 100644 --- a/settings/GeneralSettings.cpp +++ b/settings/GeneralSettings.cpp @@ -33,13 +33,13 @@ #include #include +#include "../Version.hpp" #include "Logger.hpp" #include "SettingsConstants.hpp" #include "SettingsDialog.hpp" #include "SettingsTr.hpp" #include "SettingsUtils.hpp" #include "UpdateDialog.hpp" -#include "../Version.hpp" namespace QodeAssist::Settings {