mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-22 04:52:39 +02:00
Remove extra newlines
This commit is contained in:
parent
822182c47f
commit
ceb76d5796
@ -79,7 +79,6 @@ static inline void* tmemGetAddr(TransferMemory* t){
|
|||||||
*/
|
*/
|
||||||
Result tmemCloseHandle(TransferMemory* t);
|
Result tmemCloseHandle(TransferMemory* t);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Waits until source backing memory permissions match perm.
|
* @brief Waits until source backing memory permissions match perm.
|
||||||
* @param t Transfer memory information structure.
|
* @param t Transfer memory information structure.
|
||||||
@ -88,7 +87,6 @@ Result tmemCloseHandle(TransferMemory* t);
|
|||||||
*/
|
*/
|
||||||
Result tmemWaitForPermission(TransferMemory* t, Permission perm);
|
Result tmemWaitForPermission(TransferMemory* t, Permission perm);
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Frees up resources used by a transfer memory object, unmapping and closing handles, etc.
|
* @brief Frees up resources used by a transfer memory object, unmapping and closing handles, etc.
|
||||||
* @param t Transfer memory information structure.
|
* @param t Transfer memory information structure.
|
||||||
|
Loading…
Reference in New Issue
Block a user