format using clang-format to formate code

This commit is contained in:
zzy
2025-11-20 17:55:08 +08:00
parent 9762cf8a2b
commit d1fafa830d
27 changed files with 1047 additions and 766 deletions

View File

@@ -1,11 +1,10 @@
#ifndef __SMCC_UTILS_H__
#define __SMCC_UTILS_H__
#define __SMCC_UTILS_H__
#include <libcore.h>
#include "vector.h"
#include "kllist.h"
#include "hashtable.h"
#include "kllist.h"
#include "string.h"
#include "strpool.h"
#include <libcore.h>
#endif // __SMCC_UTILS_H__