Skip to content
Permalink
Browse files

ENGINES: Fix code formatting

  • Loading branch information
criezy committed Apr 29, 2018
1 parent 3d1baef commit ffa6351289a8e2adabebaf32a99e9500d1747c12
Showing with 3 additions and 3 deletions.
  1. +3 −3 engines/unknown-game-dialog.h
@@ -47,7 +47,7 @@ class UnknownGameDialog : public GUI::Dialog {

GUI::ScrollContainerWidget *_textContainer;
Common::Array<GUI::StaticTextWidget*> _textWidgets;
GUI::ButtonWidget* _openBugTrackerUrlButton;
GUI::ButtonWidget* _copyToClipboardButton;
GUI::ButtonWidget* _closeButton;
GUI::ButtonWidget *_openBugTrackerUrlButton;
GUI::ButtonWidget *_copyToClipboardButton;
GUI::ButtonWidget *_closeButton;
};

0 comments on commit ffa6351

Please sign in to comment.
You can’t perform that action at this time.