From: Jim Meyering Date: Wed, 3 May 2006 09:36:03 +0000 (+0000) Subject: (xstrcoll_df_version, rev_xstrcoll_df_version): Add space after comma X-Git-Tag: v6.0~454 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0562bdf485c63635782fa680f5fd3f456ffff37;p=thirdparty%2Fcoreutils.git (xstrcoll_df_version, rev_xstrcoll_df_version): Add space after comma in arg list, from Eric Blake. --- diff --git a/src/ls.c b/src/ls.c index 8ab68e1a57..e986dce6ab 100644 --- a/src/ls.c +++ b/src/ls.c @@ -3029,9 +3029,9 @@ static int xstrcoll_version (V a, V b) static int rev_xstrcoll_version (V a, V b) { return cmp_version (b, a); } static int xstrcoll_df_version (V a, V b) -{ DIRFIRST_CHECK (a,b); return cmp_version (a, b); } +{ DIRFIRST_CHECK (a, b); return cmp_version (a, b); } static int rev_xstrcoll_df_version (V a, V b) -{ DIRFIRST_CHECK (a,b); return cmp_version (b, a); } +{ DIRFIRST_CHECK (a, b); return cmp_version (b, a); } /* We have 2^3 different variants for each sortkey function