summaryrefslogtreecommitdiff
path: root/list.h
diff options
context:
space:
mode:
authorMichael Cardell Widerkrantz <mc@hack.org>2018-10-07 14:59:16 +0200
committerMichael Cardell Widerkrantz <mc@hack.org>2018-10-07 14:59:16 +0200
commitb771a1e219bb40eaeaf4e68eb777d3ee04e9ed2f (patch)
tree49267bc4452582eb6d217e76b93e7a9f242d4208 /list.h
parentfaac8aa40f8cae2880111c7b20fe06b1b7280afa (diff)
downloadmcwm-b771a1e219bb40eaeaf4e68eb777d3ee04e9ed2f.zip
Delete trailing whitespace.
Diffstat (limited to 'list.h')
-rw-r--r--list.h4
1 files changed, 2 insertions, 2 deletions
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);