Skip to content

Commit 1440495

Browse files
committed
clang format
1 parent bc39599 commit 1440495

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/public/libultra/os_mesg.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ extern "C" {
44

55
__OSEventState __osEventStateTab[OS_NUM_EVENTS] = { 0 };
66

7-
8-
97
void osCreateMesgQueue(OSMesgQueue* mq, OSMesg* msgBuf, int32_t count) {
108
mq->validCount = 0;
119
mq->first = 0;

0 commit comments

Comments
 (0)