format files

This commit is contained in:
2025-09-29 10:56:26 +08:00
parent af0fe8a168
commit 050164b61b
38 changed files with 38 additions and 38 deletions

View File

@@ -69,4 +69,4 @@ void myQueueFree(MyQueue *obj)
free(obj->s1);
free(obj->s2);
free(obj);
}
}