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/librc-stringlist.c | |
parent | 49339525a98b5f472c902144706a663f8a9903d1 (diff) |
Clean up all trailing whitespace in src/.
Diffstat (limited to 'src/librc/librc-stringlist.c')
-rw-r--r-- | src/librc/librc-stringlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librc/librc-stringlist.c b/src/librc/librc-stringlist.c index c3825cbd..818a31cb 100644 --- a/src/librc/librc-stringlist.c +++ b/src/librc/librc-stringlist.c @@ -146,7 +146,7 @@ librc_hidden_def(rc_stringlist_sort) void rc_stringlist_free(RC_STRINGLIST *list) { - RC_STRING *s1; + RC_STRING *s1; RC_STRING *s2; if (!list) |