Skip to content

Commit b0a3600

Browse files
committed
fix whitespaces
1 parent 9ccde8a commit b0a3600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.EXTENSIONS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ zend_module_entry foo_module_entry = {
3030
PHP_RSHUTDOWN(foo), /* per-request shutdown function */
3131
PHP_MINFO(foo), /* information function */
3232
#if ZEND_MODULE_API_NO >= 20010901
33-
PHP_FOO_VERSION, /* extension version number (string) */
33+
PHP_FOO_VERSION, /* extension version number (string) */
3434
#endif
3535
STANDARD_MODULE_PROPERTIES
3636
};

0 commit comments

Comments
 (0)