svn commit: r187396 - head/sys/gnu/fs/ext2fs

Christoph Mallon christoph.mallon at gmx.de
Mon Jan 19 01:05:40 PST 2009


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


More information about the svn-src-all mailing list