Minor spacing cleanup.

This commit is contained in:
Stephen Anthony 2017-10-05 20:58:39 -02:30
parent f38b40415f
commit 8fa5ad502a
1 changed files with 4 additions and 4 deletions

View File

@ -37,9 +37,9 @@
InputDialog::InputDialog(OSystem& osystem, DialogContainer& parent, InputDialog::InputDialog(OSystem& osystem, DialogContainer& parent,
const GUI::Font& font, int max_w, int max_h) const GUI::Font& font, int max_w, int max_h)
: Dialog(osystem, parent), : Dialog(osystem, parent),
myConfirmMsg(nullptr), myConfirmMsg(nullptr),
myMaxWidth(max_w), myMaxWidth(max_w),
myMaxHeight(max_h) myMaxHeight(max_h)
{ {
const int lineHeight = font.getLineHeight(), const int lineHeight = font.getLineHeight(),
@ -539,7 +539,7 @@ void InputDialog::handleCommand(CommandSender* sender, int cmd,
"OK", "Cancel", false); "OK", "Cancel", false);
} }
myConfirmMsg->show(); myConfirmMsg->show();
break; break;
case kConfirmEEEraseCmd: case kConfirmEEEraseCmd:
eraseEEPROM(); eraseEEPROM();