From f3fedce6231c135d910b114c845d9ccc47f91ee6 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Mon, 19 Jan 2015 21:45:58 +0100 Subject: sds.c: Remove erranous whitespace at end of line --- src/sds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sds.c b/src/sds.c index 137fd5b..6c3b53b 100644 --- a/src/sds.c +++ b/src/sds.c @@ -724,7 +724,7 @@ void sdsIncrLen(sds s, size_t incr) { /* Enlarge the free space at the end of the sds string so that the caller * is sure that after calling this function can overwrite up to addlen * bytes after the end of the string, plus one more byte for nul term. - * + * * Note: this does not change the *length* of the sds string as returned * by sdslen(), but only the free buffer space we have. */ sds sdsMakeRoomFor(sds s, size_t addlen) { -- cgit v1.2.3-54-g00ecf