summaryrefslogtreecommitdiff
path: root/src/cp-hash.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-10-18 20:29:57 +0000
committerJim Meyering <jim@meyering.net>2001-10-18 20:29:57 +0000
commit30b904e1f3473bac6311a373bee067ba52bfa3c9 (patch)
tree13c15750e277cd835053f0181d80e76b4354e819 /src/cp-hash.c
parent8a385c158852e38047477ca53fe72fb637bfeb44 (diff)
downloadcoreutils-30b904e1f3473bac6311a373bee067ba52bfa3c9.tar.xz
split a long line into two
Diffstat (limited to 'src/cp-hash.c')
-rw-r--r--src/cp-hash.c3
1 files changed, 2 insertions, 1 deletions
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)
{