From e2d0099058e43dd80f8b55c1437703888493573b Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja@tarantool.org> Date: Tue, 26 Apr 2016 21:57:44 +0300 Subject: [PATCH] phia: remove trailing spaces --- src/box/phia.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/box/phia.c b/src/box/phia.c index 4aab907567..9ea4fbb506 100644 --- a/src/box/phia.c +++ b/src/box/phia.c @@ -887,7 +887,7 @@ ss_bufinit_reserve(ssbuf *b, void *buf, int size) { b->reserve = buf; b->s = buf; - b->p = b->s; + b->p = b->s; b->e = b->s + size; } @@ -1912,7 +1912,7 @@ ssiterif ss_bufiterref = * Copyright (c) 2008-2010 Massachusetts Institute of Technology * Copyright (c) 2004-2006 Intel Corporation * - * This software program is licensed subject to the BSD License, + * This software program is licensed subject to the BSD License, * available at http://www.opensource.org/licenses/bsd-license.html */ @@ -7791,7 +7791,7 @@ ssaif ss_ooma = .malloc = ss_oomamalloc, .ensure = ss_oomaensure, .realloc = ss_oomarealloc, - .free = ss_oomafree + .free = ss_oomafree }; /* @@ -8503,7 +8503,7 @@ ssaif ss_stda = .malloc = ss_stdamalloc, .ensure = NULL, .realloc = ss_stdarealloc, - .free = ss_stdafree + .free = ss_stdafree }; static inline int @@ -14697,7 +14697,7 @@ int sr_conf_read(srconf *m, srconfstmt *s) char *string = m->value; if (string == NULL) break; - int size = strlen(string) + 1; + int size = strlen(string) + 1; s->valuesize = size; *result = malloc(size); if (ssunlikely(*result == NULL)) -- GitLab