Fix newlines

This commit is contained in:
MasaGratoR 2023-04-14 09:16:30 +02:00 committed by GitHub
parent 754d8d6816
commit f3449e5fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -161,4 +161,4 @@ Result tmemClose(TransferMemory* t)
} }
return rc; return rc;
} }