aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/ext/grpc/timeval.c
diff options
context:
space:
mode:
authorGravatar thinkerou <thinkerou@gmail.com>2016-07-27 04:12:00 +0800
committerGravatar thinkerou <thinkerou@gmail.com>2016-07-27 04:12:00 +0800
commitfdc2132bb91b8d834da438ac7477ec2c11602563 (patch)
treef1c70d31a2a17e42ed6f1c996f82d84527300d7c /src/php/ext/grpc/timeval.c
parent6f9d30bf086637594f3c2d5970a4eafc410a7f39 (diff)
fix indent use two spaces
Diffstat (limited to 'src/php/ext/grpc/timeval.c')
-rw-r--r--src/php/ext/grpc/timeval.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/php/ext/grpc/timeval.c b/src/php/ext/grpc/timeval.c
index 18635ae46c..7d1ee2178a 100644
--- a/src/php/ext/grpc/timeval.c
+++ b/src/php/ext/grpc/timeval.c
@@ -56,9 +56,9 @@ zend_class_entry *grpc_ce_timeval;
/* Frees and destroys an instance of wrapped_grpc_call */
void free_wrapped_grpc_timeval(void *object TSRMLS_DC) {
- wrapped_grpc_timeval *timeval = (wrapped_grpc_timeval *)object;
- zend_object_std_dtor(&timeval->std TSRMLS_CC);
- efree(timeval);
+ wrapped_grpc_timeval *timeval = (wrapped_grpc_timeval *)object;
+ zend_object_std_dtor(&timeval->std TSRMLS_CC);
+ efree(timeval);
}
/* Initializes an instance of wrapped_grpc_timeval to be associated with an