From 32bad3183aa5045e2ab8a0da92d4b7a8802d4aad Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 24 Feb 2016 10:47:42 +0100 Subject: lib: Fixed syntax formatting in du_buff forgot spaces before/after + --- src/lib/du_buff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib') diff --git a/src/lib/du_buff.c b/src/lib/du_buff.c index 5756ba27..eace2d02 100644 --- a/src/lib/du_buff.c +++ b/src/lib/du_buff.c @@ -190,7 +190,7 @@ int buffer_copy_data(struct buffer * head, buf_end = buffer_seek(head, pos + len); if (buf_start == NULL || buf_end == NULL) { - LOG_DBGF("Index out of bounds %llu, %llu", pos, pos+len); + LOG_DBGF("Index out of bounds %llu, %llu", pos, pos + len); return -EINVAL; } -- cgit v1.2.3