[Scummvm-git-logs] scummvm master -> 430e760094b60f02360e68096dedc6c38eb5167a

sev- sev at scummvm.org
Wed Apr 29 08:32:49 UTC 2020


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:
430e760094 JANITORIAL: Fix formatting


Commit: 430e760094b60f02360e68096dedc6c38eb5167a
    https://github.com/scummvm/scummvm/commit/430e760094b60f02360e68096dedc6c38eb5167a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-04-29T10:32:23+02:00

Commit Message:
JANITORIAL: Fix formatting

Changed paths:
    common/achievements.h


diff --git a/common/achievements.h b/common/achievements.h
index 59ed057f27..550aecd8e4 100644
--- a/common/achievements.h
+++ b/common/achievements.h
@@ -73,23 +73,23 @@ public:
 	bool unsetActiveDomain();
 	bool isReady() { return _iniFile != nullptr; }
 
-	// Methods to manipulate individual achievements 
+	// Methods to manipulate individual achievements
 	bool setAchievement(const String &id, const String &displayedMessage);
 	bool isAchieved(const String &id);
 	bool clearAchievement(const String &id);
 
-	// Methods to manipulate individual statistics 
+	// Methods to manipulate individual statistics
 	int getStatInt(const String &id);
 	bool setStatInt(const String &id, int value);
 	float getStatFloat(const String &id);
 	bool setStatFloat(const String &id, float value);
 
-	// Methods to reset everything 
+	// Methods to reset everything
 	bool resetAllAchievements();
 	bool resetAllStats();
 
 private:
-	INIFile* _iniFile;
+	INIFile *_iniFile;
 	String _iniFileName;
 };
 
@@ -99,4 +99,4 @@ private:
 
 } // End of namespace Common
 
-#endif // #ifndef COMMON_ACHIEVEMENTS_MANAGER_H
\ No newline at end of file
+#endif // #ifndef COMMON_ACHIEVEMENTS_MANAGER_H




More information about the Scummvm-git-logs mailing list