Skip to content

Commit

Permalink
Fix brackets code style
Browse files Browse the repository at this point in the history
  • Loading branch information
ziggi committed Jan 6, 2018
1 parent 6435df5 commit 0cee866
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions mdialog.inc
Original file line number Diff line number Diff line change
Expand Up @@ -401,9 +401,7 @@ stock Dialog_Open(playerid, function[], style, caption[], info[], button1[], but

if (!isnull(button2)) {
Lang_GetText(lang, button2, temp_button2);
}
else
{
} else {
temp_button2[0] = '\0';
}

Expand Down Expand Up @@ -512,9 +510,7 @@ stock Dialog_MessageEx(playerid, response[], caption[], info[], button1[], butto

if (!isnull(button2)) {
Lang_GetText(lang, button2, temp_button2);
}
else
{
} else {
temp_button2[0] = '\0';
}

Expand Down

0 comments on commit 0cee866

Please sign in to comment.