From b771a1e219bb40eaeaf4e68eb777d3ee04e9ed2f Mon Sep 17 00:00:00 2001 From: Michael Cardell Widerkrantz Date: Sun, 7 Oct 2018 14:59:16 +0200 Subject: Delete trailing whitespace. --- list.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'list.h') diff --git a/list.h b/list.h index 7c9a94d..b31c439 100644 --- a/list.h +++ b/list.h @@ -19,7 +19,7 @@ struct item *additem(struct item **mainlist); /* * Delete item from list mainlist. - */ + */ void delitem(struct item **mainlist, struct item *item); /* @@ -37,5 +37,5 @@ void delallitems(struct item **list, int *stored); /* * Print all items in mainlist on stdout. - */ + */ void listitems(struct item *mainlist); -- cgit v1.2.3