openclonk/src/player
Nicolas Hake 3edc6d9ead Fix misleading indentation on several controlled statements
The C++ standard doesn't require us to stuff multiple statements
onto the same line, so we should avoid this for readability reasons.
This is especially true if one of the statements is controlled and
others aren't.
2018-12-31 14:27:14 +01:00
..
C4Achievement.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Achievement.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Player.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Player.h Revisit #includes 2017-05-15 13:24:59 +02:00
C4PlayerList.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4PlayerList.h Fix order of InitializePlayer(s) callbacks in non-network games with teams enabled [Luchs] 2017-02-18 18:26:21 -05:00
C4RankSystem.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4RankSystem.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4ScenarioParameters.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4ScenarioParameters.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00