From c669fed48ab11043c6773b64997d6a86427e40ff Mon Sep 17 00:00:00 2001 From: Al12rs Date: Tue, 17 Apr 2018 21:22:46 +0200 Subject: Fixed inconsistency in line endings. --- src/modinfo.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/modinfo.h') diff --git a/src/modinfo.h b/src/modinfo.h index 07dccafd..9e9f8971 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -265,13 +265,13 @@ public: * @brief change the notes (manually set information) for this mod * @param notes new notes */ - virtual void setNotes(const QString ¬es) = 0; - - /** - * @brief set/change the source game of this mod - * - * @param gameName the source game shortName - */ + virtual void setNotes(const QString ¬es) = 0; + + /** + * @brief set/change the source game of this mod + * + * @param gameName the source game shortName + */ virtual void setGameName(QString gameName) = 0; /** -- cgit v1.3.1