Skip to content

Commit 45cf45c

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 07e9195 commit 45cf45c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AsyncTCPVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ extern "C" {
3131
/**
3232
* Current version, as string
3333
*/
34-
#define df2xstr(s) #s
35-
#define df2str(s) df2xstr(s)
34+
#define df2xstr(s) #s
35+
#define df2str(s) df2xstr(s)
3636
#define ASYNCTCP_VERSION df2str(ASYNCTCP_VERSION_MAJOR) "." df2str(ASYNCTCP_VERSION_MINOR) "." df2str(ASYNCTCP_VERSION_PATCH)
3737

3838
#ifdef __cplusplus

0 commit comments

Comments
 (0)