Remove extra newlines

This commit is contained in:
MasaGratoR 2023-04-14 16:53:24 +02:00 committed by GitHub
parent 822182c47f
commit ceb76d5796
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ static inline void* tmemGetAddr(TransferMemory* t){
*/
Result tmemCloseHandle(TransferMemory* t);
/**
* @brief Waits until source backing memory permissions match perm.
* @param t Transfer memory information structure.
@ -88,7 +87,6 @@ Result tmemCloseHandle(TransferMemory* t);
*/
Result tmemWaitForPermission(TransferMemory* t, Permission perm);
/**
* @brief Frees up resources used by a transfer memory object, unmapping and closing handles, etc.
* @param t Transfer memory information structure.