From: Alexandre Emsenhuber Date: Thu, 12 Nov 2009 17:21:09 +0000 (+0000) Subject: Fix for r58949: correct indentation X-Git-Tag: 1.31.0-rc.0~38840 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=45467481266bc70fa8d88f5c8489585fa3afe776;p=lhc%2Fweb%2Fwiklou.git Fix for r58949: correct indentation --- diff --git a/includes/memcached-client.php b/includes/memcached-client.php index b43e530f8a..c54263418a 100644 --- a/includes/memcached-client.php +++ b/includes/memcached-client.php @@ -75,27 +75,27 @@ class memcached // {{{ properties // {{{ public - // {{{ constants - // {{{ flags + // {{{ constants + // {{{ flags - /** - * Flag: indicates data is serialized - */ - const SERIALIZED = 1; + /** + * Flag: indicates data is serialized + */ + const SERIALIZED = 1; - /** - * Flag: indicates data is compressed - */ - const COMPRESSED = 2; + /** + * Flag: indicates data is compressed + */ + const COMPRESSED = 2; - // }}} + // }}} - /** - * Minimum savings to store data compressed - */ - const COMPRESSION_SAVINGS = 0.20; + /** + * Minimum savings to store data compressed + */ + const COMPRESSION_SAVINGS = 0.20; - // }}} + // }}} /**