]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
split a long line into two
authorJim Meyering <jim@meyering.net>
Thu, 18 Oct 2001 20:29:57 +0000 (20:29 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Oct 2001 20:29:57 +0000 (20:29 +0000)
src/cp-hash.c

index 85182ad6d620db6c867466988d66fb9643a96b22..48d2841e1ba38f3c155652fb764158efac5c94b3 100644 (file)
@@ -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)
 {