Skip to content

Commit

Permalink
fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjipeng committed Feb 24, 2025
1 parent c035086 commit d79373c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ext/common/psx_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,19 @@

/* memory management */
#ifndef mem_malloc
#define mem_malloc malloc
#define mem_malloc malloc
#endif

#ifndef mem_calloc
#define mem_calloc calloc
#define mem_calloc calloc
#endif

#ifndef mem_realloc
#define mem_realloc realloc
#define mem_realloc realloc
#endif

#ifndef mem_free
#define mem_free free
#define mem_free free
#endif

/* c++ class utils */
Expand Down

0 comments on commit d79373c

Please sign in to comment.