16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 19:49:19 +02:00

reformat: remove redundant qualifiers

This commit is contained in:
jerrrrycho
2026-07-04 05:34:23 +02:00
parent 20e7a99516
commit cf9fb07800
98 changed files with 2290 additions and 2290 deletions

View File

@@ -218,7 +218,7 @@ class TTrain {
void update_sounds_radio();
inline
end cab_to_end( int const End ) const {
return End == 2 ? end::rear : end::front; }
return End == 2 ? rear : front; }
inline
end cab_to_end() const {
return cab_to_end( iCabn ); }