Got rid of an errant newline.
[rsync/rsync.git] / rsync.yo
index 64669f7..6c1c8ad 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1880,7 +1880,6 @@ itemize(
   of the transfer.
   it() if the pattern ends with a / then it will only match a
   directory, not a file, link, or device.
-
   it() rsync chooses between doing a simple string match and wildcard
   matching by checking if the pattern contains one of these three wildcard
   characters: '*', '?', and '[' .