Skip to content

Commit a6e9c50

Browse files
committed
Fix clang-format violation
1 parent 37408e1 commit a6e9c50

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

php_phongo.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ typedef struct {
4040
} php_phongo_pclient_t;
4141

4242
ZEND_BEGIN_MODULE_GLOBALS(mongodb)
43-
char* debug;
44-
FILE* debug_fd;
45-
HashTable persistent_clients;
46-
HashTable* request_clients;
47-
HashTable* subscribers;
48-
HashTable* managers;
43+
char* debug;
44+
FILE* debug_fd;
45+
HashTable persistent_clients;
46+
HashTable* request_clients;
47+
HashTable* subscribers;
48+
HashTable* managers;
4949
ZEND_END_MODULE_GLOBALS(mongodb)
5050

5151
#define MONGODB_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(mongodb, v)

0 commit comments

Comments
 (0)