From 74a83f8dedb83f6e590760cfb67c3a888986d514 Mon Sep 17 00:00:00 2001 From: Дмитрий Пацура Date: Tue, 17 Feb 2015 23:39:26 +0800 Subject: Fix indent --- zend/value.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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? -- cgit v1.2.3