aboutsummaryrefslogtreecommitdiff
path: root/src/librc/librc-strlist.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-11 15:51:40 +0000
committerRoy Marples <roy@marples.name>2008-01-11 15:51:40 +0000
commitabde759d5bf6028135667779297d30491f1f4688 (patch)
tree079a40a45ce9199933cc3c0367d671804289018f /src/librc/librc-strlist.c
parentfec312d4482e17328394f3e87b4ad28b1f062b7f (diff)
Re-indent to a standard tw of 8.
Diffstat (limited to 'src/librc/librc-strlist.c')
-rw-r--r--src/librc/librc-strlist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/librc/librc-strlist.c b/src/librc/librc-strlist.c
index 815c8370..ed3f10a6 100644
--- a/src/librc/librc-strlist.c
+++ b/src/librc/librc-strlist.c
@@ -71,9 +71,9 @@ char *rc_strlist_addu (char ***list, const char *item)
librc_hidden_def(rc_strlist_addu)
static char *_rc_strlist_addsort (char ***list, const char *item,
- int (*sortfunc) (const char *s1,
- const char *s2),
- bool uniq)
+ int (*sortfunc) (const char *s1,
+ const char *s2),
+ bool uniq)
{
char **newlist;
char **lst = *list;