diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-30 00:29:55 +0000 |
commit | 4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b (patch) | |
tree | 7dfc507c1a7d14fb61d4fd0c68481e01b4a36ba1 /include/libbb.h | |
parent | 4ef7d3a2de3df27dde80a64987202f10aebfe925 (diff) | |
download | busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.gz busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.tar.bz2 busybox-w32-4b924f3a5c9c549c75deed8bdda2cbd82fd7f64b.zip |
whitespace fixes
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h index 4561ef6a5..5e0b438be 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -590,7 +590,7 @@ void *llist_pop(llist_t **elm); | |||
590 | void llist_unlink(llist_t **head, llist_t *elm); | 590 | void llist_unlink(llist_t **head, llist_t *elm); |
591 | void llist_free(llist_t *elm, void (*freeit)(void *data)); | 591 | void llist_free(llist_t *elm, void (*freeit)(void *data)); |
592 | llist_t *llist_rev(llist_t *list); | 592 | llist_t *llist_rev(llist_t *list); |
593 | /* BTW, surprisingly, changing API to | 593 | /* BTW, surprisingly, changing API to |
594 | * llist_t *llist_add_to(llist_t *old_head, void *data) | 594 | * llist_t *llist_add_to(llist_t *old_head, void *data) |
595 | * etc does not result in smaller code... */ | 595 | * etc does not result in smaller code... */ |
596 | 596 | ||