Skip to content

Commit 75fbcc7

Browse files
committed
clang format
1 parent 513c729 commit 75fbcc7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/widgets/qmdieditor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
#include <QMap>
1313
#include <QStyledItemDelegate>
1414
#include <QToolButton>
15-
#include <QMap>
1615

1716
// needed only for CommandArgs
1817
#include <pluginmanager.h>
@@ -268,7 +267,7 @@ class qmdiEditor : public QWidget, public qmdiClient {
268267
QAction *actionCopyFilePath = nullptr;
269268
QAction *actionToggleHeader = nullptr;
270269
QAction *actionTogglePreview = nullptr;
271-
270+
272271
struct diffLineNumber {
273272
QString file;
274273
int oldLine = -1;

0 commit comments

Comments
 (0)