mirror of
https://github.com/zeldaret/oot
synced 2026-06-23 09:19:53 -04:00
Format all src C files
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include <global.h>
|
||||
|
||||
OSMesgQueue* osPiGetCmdQueue()
|
||||
{
|
||||
if (!__osPiDevMgr.initialized)
|
||||
OSMesgQueue* osPiGetCmdQueue() {
|
||||
if (!__osPiDevMgr.initialized) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
return __osPiDevMgr.cmdQueue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user