summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-17 16:41:55 +0100
committerEmiel Bruijntjes <emiel.bruijntjes@copernica.com>2015-02-17 16:41:55 +0100
commit9889100041bf14d8bc1b97f1cab4070de36e3e8f (patch)
tree3b6a2fece1fd047cb56be7cdd9dc573295d423d4
parent034dde403fc08d48d270b7581d13ed9e768cfc63 (diff)
parent74a83f8dedb83f6e590760cfb67c3a888986d514 (diff)
Merge pull request #169 from ovr/patch-1
Fix indent
-rw-r--r--zend/value.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/zend/value.cpp b/zend/value.cpp
index e021cc1..214f1a1 100644
--- a/zend/value.cpp
+++ b/zend/value.cpp
@@ -124,7 +124,7 @@ Value::Value(const std::string &value)
*/
Value::Value(const char *value, int size)
{
- // allocate the zval
+ // allocate the zval
MAKE_STD_ZVAL(_val);
// is there a value?