mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 00:37:53 -05:00
Fixed the codestyle to match our clang-format rules.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user