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/kernel/client_port.h | |
| parent | ebbb55ec8f827096f1c743cc4b7f4a2aa05a3ed3 (diff) | |
Fixed the codestyle to match our clang-format rules.
Diffstat (limited to 'src/core/hle/kernel/client_port.h')
| -rw-r--r-- | src/core/hle/kernel/client_port.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/kernel/client_port.h b/src/core/hle/kernel/client_port.h index 0039cf028..511490c7c 100644 --- a/src/core/hle/kernel/client_port.h +++ b/src/core/hle/kernel/client_port.h @@ -29,8 +29,9 @@ public: } /** - * Creates a new Session pair, adds the created ServerSession to the associated ServerPort's list of pending sessions, - * and signals the ServerPort, causing any threads waiting on it to awake. + * Creates a new Session pair, adds the created ServerSession to the associated ServerPort's + * list of pending sessions, and signals the ServerPort, causing any threads + * waiting on it to awake. * @returns ClientSession The client endpoint of the created Session pair, or error code. */ ResultVal<SharedPtr<ClientSession>> Connect(); |
