1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-19 18:32:35 +01:00

Codefix: Clean up incorrect indentation for multi-line comments. (#14383)

This commit is contained in:
Peter Nelson
2025-06-20 19:01:44 +01:00
committed by GitHub
parent a927925996
commit 5766ba51d7
6 changed files with 23 additions and 23 deletions

View File

@@ -317,10 +317,10 @@ public:
static bool IsValidStoryPageButtonColour(StoryPageButtonColour colour);
/**
* Check whether this is a valid story page button flag.
* @param flags The StoryPageButtonFlags to check.
* @return True if and only if this story page button flag is valid.
*/
* Check whether this is a valid story page button flag.
* @param flags The StoryPageButtonFlags to check.
* @return True if and only if this story page button flag is valid.
*/
static bool IsValidStoryPageButtonFlags(StoryPageButtonFlags flags);
/**

View File

@@ -73,8 +73,8 @@ public:
ScriptVehicleList_Station(StationID station_id, ScriptVehicle::VehicleType vehicle_type);
#else
/**
* The constructor wrapper from Squirrel.
*/
* The constructor wrapper from Squirrel.
*/
ScriptVehicleList_Station(HSQUIRRELVM vm);
#endif /* DOXYGEN_API */
};