summaryrefslogtreecommitdiff
path: root/extstore.c
diff options
context:
space:
mode:
authordormando <dormando@rydia.net>2019-08-27 17:49:24 -0700
committerdormando <dormando@rydia.net>2019-08-27 17:49:24 -0700
commit05693047c81a7ace8111d5e541d47f74b1d884a7 (patch)
tree23ecee30bc44ded9ada0a40d7c8e28b3b966cb69 /extstore.c
parent17354ac36e37cf7f8423ee4a4b82e09d00121a7e (diff)
downloadmemcached-05693047c81a7ace8111d5e541d47f74b1d884a7.tar.gz
extstore: fix indentation
thanks to 'neatlife' on github.
Diffstat (limited to 'extstore.c')
-rw-r--r--extstore.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extstore.c b/extstore.c
index 790450b..6e21c0f 100644
--- a/extstore.c
+++ b/extstore.c
@@ -611,7 +611,7 @@ int extstore_submit(void *ptr, obj_io *io) {
obj_io *tio = io;
while (tio != NULL) {
t->depth++;
- tio = tio->next;
+ tio = tio->next;
}
pthread_mutex_unlock(&t->mutex);