Skip to content

Commit 5a8db86

Browse files
author
lfeng
committed
format code
1 parent 7a06230 commit 5a8db86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php_memcached_private.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
#include <ext/standard/basic_functions.h>
4949

5050
#ifdef PHP_WIN32
51-
#if PHP_VERSION_ID >= 80000
52-
#include "php_stdint.h"
51+
# if PHP_VERSION_ID >= 80000
52+
# include "php_stdint.h"
5353
#else
5454
# include "win32/php_stdint.h"
5555
#endif

0 commit comments

Comments
 (0)