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

@@ -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 */
};