Minor style consistency fix for svcExitProcess (#498)

This commit is contained in:
Théo B 2022-06-26 18:57:28 +02:00 committed by GitHub
parent 59e0d7596f
commit 82f821156a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -699,7 +699,7 @@ Result svcQueryProcessMemory(MemInfo* info, PageInfo* out, Handle process, u32 a
Result svcOpenProcess(Handle* process, u32 processId);
/// Exits the current process.
void __attribute__((noreturn)) svcExitProcess();
void svcExitProcess() __attribute__((noreturn));
/**
* @brief Terminates a process.