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:
@@ -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);
|
||||
|
||||
/**
|
||||
|
||||
@@ -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 */
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user