mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-07 06:40:15 +00:00
Format all src C files
This commit is contained in:
parent
251aea64ab
commit
8cfe7cce9f
652 changed files with 12488 additions and 19093 deletions
|
@ -1,7 +1,6 @@
|
|||
#include <global.h>
|
||||
|
||||
void osCreateMesgQueue(OSMesgQueue* mq, OSMesg* msg, s32 count)
|
||||
{
|
||||
void osCreateMesgQueue(OSMesgQueue* mq, OSMesg* msg, s32 count) {
|
||||
mq->mtqueue = __osThreadTail;
|
||||
mq->fullqueue = __osThreadTail;
|
||||
mq->validCount = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue