diff options
| author | Subv <subv2112@gmail.com> | 2016-12-14 12:33:49 -0500 |
|---|---|---|
| committer | Subv <subv2112@gmail.com> | 2016-12-14 12:45:36 -0500 |
| commit | 016307ae656afc85ab59a5c2598205ef81f99231 (patch) | |
| tree | ae2031654a2178e8ea824928be03fd8409f81222 /src/core/hle/service/apt | |
| parent | ebbb55ec8f827096f1c743cc4b7f4a2aa05a3ed3 (diff) | |
Fixed the codestyle to match our clang-format rules.
Diffstat (limited to 'src/core/hle/service/apt')
| -rw-r--r-- | src/core/hle/service/apt/apt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/apt/apt.h b/src/core/hle/service/apt/apt.h index 9bc6327ed..bcc437f93 100644 --- a/src/core/hle/service/apt/apt.h +++ b/src/core/hle/service/apt/apt.h @@ -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 { |
