From 9dca05a09def5c2778f0b80693acaf34bf96178c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Petr=20P=C3=ADsa=C5=99?= Date: Sat, 10 Jan 2015 17:22:19 +0100 Subject: [PATCH] Align a comment to 80 columns --- src/isds.c | 4 ++-- src/isds.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/isds.c b/src/isds.c index 9c7b3d8..8821aad 100644 --- a/src/isds.c +++ b/src/isds.c @@ -7570,8 +7570,8 @@ leave: * in this @boxes page. It counts from zero. It will be pointer to NULL if the * server did not provide the value. Pass NULL if you don't care. * @current_page_size outputs reallocated count of boxes in the this @boxes - * page. It will be pointer to NULL if the server did not provide the value. Pass - * NULL if you don't care. + * page. It will be pointer to NULL if the server did not provide the value. + * Pass NULL if you don't care. * @last_page outputs pointer to reallocated boolean. True if this @boxes page * is the last one, false if more boxes match, NULL if the server did not * provude the value. Pass NULL if you don't care. diff --git a/src/isds.h b/src/isds.h index a0df82a..e3e1f7d 100644 --- a/src/isds.h +++ b/src/isds.h @@ -1243,8 +1243,8 @@ isds_error isds_FindDataBox(struct isds_ctx *context, * in this @boxes page. It counts from zero. It will be pointer to NULL if the * server did not provide the value. Pass NULL if you don't care. * @current_page_size outputs reallocated count of boxes in the this @boxes - * page. It will be pointer to NULL if the server did not provide the value. Pass - * NULL if you don't care. + * page. It will be pointer to NULL if the server did not provide the value. + * Pass NULL if you don't care. * @last_page outputs pointer to reallocated boolean. True if this @boxes page * is the last one, false if more boxes match, NULL if the server did not * provude the value. Pass NULL if you don't care. -- 2.11.4.GIT