Skip to content

Commit dfd038f

Browse files
authored
Correct whitespace formatting (#553)
1 parent eb39e46 commit dfd038f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php_memcached_private.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ ZEND_BEGIN_MODULE_GLOBALS(php_memcached)
186186
char *compression_name;
187187
zend_long compression_threshold;
188188
double compression_factor;
189-
zend_long store_retry_count;
190-
zend_long compression_level;
189+
zend_long store_retry_count;
190+
zend_long compression_level;
191191
zend_long item_size_limit;
192192

193193
/* Converted values*/

0 commit comments

Comments
 (0)