mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fix newlines
This commit is contained in:
parent
754d8d6816
commit
f3449e5fdf
@ -94,4 +94,4 @@ Result tmemWaitForPermission(TransferMemory* t, Permission perm);
|
|||||||
* @param t Transfer memory information structure.
|
* @param t Transfer memory information structure.
|
||||||
* @return Result code.
|
* @return Result code.
|
||||||
*/
|
*/
|
||||||
Result tmemClose(TransferMemory* t);
|
Result tmemClose(TransferMemory* t);
|
||||||
|
@ -161,4 +161,4 @@ Result tmemClose(TransferMemory* t)
|
|||||||
}
|
}
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user