Skip to content

Commit

Permalink
Correct whitespace formatting (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
rposky committed Dec 28, 2023
1 parent eb39e46 commit dfd038f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php_memcached_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,8 @@ ZEND_BEGIN_MODULE_GLOBALS(php_memcached)
char *compression_name;
zend_long compression_threshold;
double compression_factor;
zend_long store_retry_count;
zend_long compression_level;
zend_long store_retry_count;
zend_long compression_level;
zend_long item_size_limit;

/* Converted values*/
Expand Down

0 comments on commit dfd038f

Please sign in to comment.