Bruce Evans schrieb:
On Sun, 18 Jan 2009, Stanislav Sedov wrote:
Log:
 - Whitespace fixes.
svn diff or a mailer always mangles whitespace (examples quoted below),
so the whitespace fixes are hard to see in svn mail
[...]

@@ -5,7 +5,7 @@
 *  University of Utah, Department of Computer Science
 */
/*-
- * Copyright (c) 1989, 1991, 1993, 1994
+ * Copyright (c) 1989, 1991, 1993, 1994
 *    The Regents of the University of California.  All rights reserved.
 *
 * Redistribution and use in source and binary forms, with or without
@@ -120,7 +120,7 @@ static int    compute_sb_data(struct vnode
static const char *ext2_opts[] = { "from", "export", "acls", "noexec",
    "noatime", "union", "suiddir", "multilabel", "nosymfollow",
    "noclusterr", "noclusterw", "force", NULL };
-
+
The above diff shows null changes, presumably after dropping trailing
whitespace in the old version.

Oops, actually the diff is invalid since something dropped the leading
space in unchanged lines.
The diff in the original mail looks correct here: I see the removed 
trailing whitespace in the - lines and the leading space in unchanged 
lines. Your quoted version is "broken", so I suspect the problem is at 
your end.
        Christoph
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to