Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
pgScorpio committed Apr 2, 2022
1 parent 5d851c6 commit 453a0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ class CMsgBoxes
static QString strMainFormName;

public:
static void init (tMainform* theMainForm, QString theMainFormName )
static void init ( tMainform* theMainForm, QString theMainFormName )
{
pMainForm = theMainForm;
strMainFormName = theMainFormName;
Expand Down

0 comments on commit 453a0ec

Please sign in to comment.