From 30b904e1f3473bac6311a373bee067ba52bfa3c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Oct 2001 20:29:57 +0000 Subject: split a long line into two --- src/cp-hash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cp-hash.c') diff --git a/src/cp-hash.c b/src/cp-hash.c index 85182ad6d..48d2841e1 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) { -- cgit v1.2.3-54-g00ecf