diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:28:43 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 08:28:43 +0000 |
commit | e6fc30da61f72aa4266dea8f131c0ca7c4a79f4d (patch) | |
tree | 8dd40ceb91cae0bc88c9771979aaa478f9619160 /src/librc/rc.h.in | |
parent | 49339525a98b5f472c902144706a663f8a9903d1 (diff) |
Clean up all trailing whitespace in src/.
Diffstat (limited to 'src/librc/rc.h.in')
-rw-r--r-- | src/librc/rc.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librc/rc.h.in b/src/librc/rc.h.in index 7ed8f226..5aad1d55 100644 --- a/src/librc/rc.h.in +++ b/src/librc/rc.h.in @@ -342,7 +342,7 @@ typedef void *RC_DEPTREE; * @param target * @param mtime of newest target * @param filename of the newest target (needs mtime param) - * @return true if source is newer than target, otherwise false */ + * @return true if source is newer than target, otherwise false */ bool rc_newer_than(const char *, const char *, time_t *, char *); /*! Check to see if source is older than target. @@ -351,7 +351,7 @@ bool rc_newer_than(const char *, const char *, time_t *, char *); * @param target * @param mtime of oldest target * @param filename of the oldest target (needs mtime param) - * @return true if source is older than target, otherwise false */ + * @return true if source is older than target, otherwise false */ bool rc_older_than(const char *, const char *, time_t *, char *); /*! Update the cached dependency tree if it's older than any init script, @@ -508,7 +508,7 @@ RC_STRING *rc_stringlist_find(RC_STRINGLIST *, const char *); RC_STRINGLIST *rc_stringlist_split(const char *, const char *); -/*! Sort the list according to C locale +/*! Sort the list according to C locale * @param list to sort */ void rc_stringlist_sort(RC_STRINGLIST **); |