mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-14 22:47:46 +00:00
Fixed the codestyle to match our clang-format rules.
This commit is contained in:
parent
6df6ad46c4
commit
3e80a1a1c1
16 changed files with 108 additions and 68 deletions
|
@ -14,7 +14,8 @@ class Interface;
|
|||
|
||||
namespace APT {
|
||||
|
||||
static const u32 MaxAPTSessions = 2; ///< Each APT service can only have up to 2 sessions connected at the same time.
|
||||
/// Each APT service can only have up to 2 sessions connected at the same time.
|
||||
static const u32 MaxAPTSessions = 2;
|
||||
|
||||
/// Holds information about the parameters used in Send/Glance/ReceiveParameter
|
||||
struct MessageParameter {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue