openclonk/src/network
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
..
C4Client.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Client.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameControlNetwork.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4GameControlNetwork.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4InteractiveThread.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4InteractiveThread.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4League.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4League.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4NetIO.cpp Add C4NetIOTCP::Bind() for binding without connect 2018-03-07 17:30:58 +01:00
C4NetIO.h Add C4NetIOTCP::Bind() for binding without connect 2018-03-07 17:30:58 +01:00
C4Network2.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Network2.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Address.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Network2Address.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Client.cpp Implement TCP Simultaneous Open for IPv6 2018-03-09 23:20:00 +01:00
C4Network2Client.h Implement TCP Simultaneous Open for IPv6 2018-03-09 23:20:00 +01:00
C4Network2Dialogs.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Network2Dialogs.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Discover.cpp Fix local network discovery 2017-01-18 21:54:49 +01:00
C4Network2Discover.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2IO.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Network2IO.h Implement TCP Simultaneous Open for IPv6 2018-03-09 23:20:00 +01:00
C4Network2IRC.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2IRC.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Players.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Network2Players.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Reference.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Reference.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Res.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4Network2Res.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2ResDlg.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Network2Stats.cpp Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2Stats.h Automatic fixes using clang-tidy for header files 2017-05-15 13:46:46 +02:00
C4Network2UPnP.h Change C4Network2UPnPP forward declaration to class 2016-05-29 23:39:10 +02:00
C4Network2UPnPDummy.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4Network2UPnPLinux.cpp Revisit #includes 2017-05-15 13:24:59 +02:00
C4Network2UPnPWin32.cpp Automatic fixes using clang-tidy 2017-05-03 20:30:45 +02:00
C4Packet2.cpp Fix misleading indentation on several controlled statements 2018-12-31 14:27:14 +01:00
C4PacketBase.h Implement TCP Simultaneous Open for IPv6 2018-03-09 23:20:00 +01:00