Skip to content

Commit 017d0fe

Browse files
committed
Fix indentation for compiler directives
1 parent 3daf370 commit 017d0fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

php_phongo.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@ ZEND_END_MODULE_GLOBALS(mongodb)
5353
ZEND_TSRMLS_CACHE_EXTERN()
5454
# endif
5555
#else
56-
# ifdef ZTS
57-
# define MONGODB_G(v) TSRMG(mongodb_globals_id, zend_mongodb_globals *, v)
58-
# define mglo mongodb_globals_id
59-
# else
60-
# define MONGODB_G(v) (mongodb_globals.v)
61-
# define mglo mongodb_globals
62-
# endif
56+
# ifdef ZTS
57+
# define MONGODB_G(v) TSRMG(mongodb_globals_id, zend_mongodb_globals *, v)
58+
# define mglo mongodb_globals_id
59+
# else
60+
# define MONGODB_G(v) (mongodb_globals.v)
61+
# define mglo mongodb_globals
62+
# endif
6363
#endif
6464

6565
#define PHONGO_WRITE_CONCERN_W_MAJORITY "majority"

0 commit comments

Comments
 (0)