[Scummvm-git-logs] scummvm master -> ffa6351289a8e2adabebaf32a99e9500d1747c12

criezy criezy at scummvm.org
Sun Apr 29 23:25:43 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
ffa6351289 ENGINES: Fix code formatting


Commit: ffa6351289a8e2adabebaf32a99e9500d1747c12
    https://github.com/scummvm/scummvm/commit/ffa6351289a8e2adabebaf32a99e9500d1747c12
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2018-04-29T22:25:10+01:00

Commit Message:
ENGINES: Fix code formatting

Changed paths:
    engines/unknown-game-dialog.h


diff --git a/engines/unknown-game-dialog.h b/engines/unknown-game-dialog.h
index 4f0e9a4..47e329e 100644
--- a/engines/unknown-game-dialog.h
+++ b/engines/unknown-game-dialog.h
@@ -47,7 +47,7 @@ private:
 
 	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;
 };





More information about the Scummvm-git-logs mailing list