Skip to content

Commit

Permalink
Code auto-formatting
Browse files Browse the repository at this point in the history
Signed-off-by: sscg CI <[email protected]>
  • Loading branch information
sscg CI committed May 1, 2024
1 parent 7391f9d commit 27325c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sscg.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#endif

#ifndef discard_const
#define discard_const(ptr) ((void *)((uintptr_t) (ptr)))
#define discard_const(ptr) ((void *)((uintptr_t)(ptr)))
#endif

#ifndef talloc_zfree
Expand Down

0 comments on commit 27325c2

Please sign in to comment.