From: Jim Meyering Date: Thu, 18 Oct 2001 20:29:57 +0000 (+0000) Subject: split a long line into two X-Git-Tag: FILEUTILS-4_1_1~109 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=30b904e1f3473bac6311a373bee067ba52bfa3c9;p=thirdparty%2Fcoreutils.git split a long line into two --- diff --git a/src/cp-hash.c b/src/cp-hash.c index 85182ad6d6..48d2841e1b 100644 --- a/src/cp-hash.c +++ b/src/cp-hash.c @@ -66,7 +66,8 @@ src_to_dest_hash (void const *x, unsigned int table_size) return (uintmax_t) p->st_ino % table_size; } -/* Compare two Src_to_dest entries. Return true if their keys are judged `equal'. */ +/* Compare two Src_to_dest entries. + Return true if their keys are judged `equal'. */ static bool src_to_dest_compare (void const *x, void const *y) {