mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 04:22:50 +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.
|
||||
* @return Result code.
|
||||
*/
|
||||
Result tmemClose(TransferMemory* t);
|
||||
Result tmemClose(TransferMemory* t);
|
||||
|
@ -161,4 +161,4 @@ Result tmemClose(TransferMemory* t)
|
||||
}
|
||||
|
||||
return rc;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user