Skip to content

Commit

Permalink
Fixup codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Mar 14, 2024
1 parent 574a260 commit f05f660
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/lib/satellitemodel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/

#include "logging.h"
#include "satellitemodel.h"
#include "logging.h"
#include <QFile>
#include <QTimer>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/settingspluginhost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/

#include "logging.h"
#include "settingspluginhost.h"
#include "logging.h"
#include <QGuiApplication>
#include <QTranslator>

Expand Down
2 changes: 1 addition & 1 deletion src/lib/settingspluginmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/

#include "logging.h"
#include "settingspluginmanager.h"
#include "logging.h"

#include <QDir>

Expand Down
2 changes: 1 addition & 1 deletion src/plugins/wifi/wifisettingsplugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* Boston, MA 02110-1301, USA.
*/

#include <logging.h>
#include "wifisettingsplugin.h"
#include <logging.h>

#include <networktechnology.h>

Expand Down

0 comments on commit f05f660

Please sign in to comment.