summaryrefslogtreecommitdiff
path: root/lib/sbuf.h
diff options
context:
space:
mode:
authorLou Berger <lberger@labn.net>2018-03-06 14:02:52 -0500
committerLou Berger <lberger@labn.net>2018-03-06 14:04:32 -0500
commit996c93142d3abfab0f6d6c800474e22a8cfbdbc5 (patch)
tree2b28846d256c84cf7b7f1a8988fb3267c8611722 /lib/sbuf.h
parent3380418fa10556ef2c9139d09b9a435db64dc392 (diff)
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'lib/sbuf.h')
-rw-r--r--lib/sbuf.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/sbuf.h b/lib/sbuf.h
index 3e49ada6c2..c38e96912f 100644
--- a/lib/sbuf.h
+++ b/lib/sbuf.h
@@ -53,8 +53,10 @@
* return 1;
* }
*
- * In this case, sbuf_example uses a string buffer with undefined size, which will
- * be allocated on the heap by sbuf. The caller of sbuf_example is expected to free
+ * In this case, sbuf_example uses a string buffer with undefined size, which
+ * will
+ * be allocated on the heap by sbuf. The caller of sbuf_example is expected to
+ * free
* the string returned in parser_log.
*/