<div dir="ltr"><div class="gmail_quote"><div dir="ltr">On Sun, Aug 19, 2018 at 5:34 PM Eric Blake <<a href="mailto:eblake@redhat.com">eblake@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 08/18/2018 03:09 PM, Nir Soffer wrote:<br>
> On Mon, Aug 13, 2018 at 11:58 PM Nir Soffer <<a href="mailto:nsoffer@redhat.com" target="_blank">nsoffer@redhat.com</a>> wrote:<br>
> <br>
>> On Mon, Aug 13, 2018 at 8:44 PM Eric Blake <<a href="mailto:eblake@redhat.com" target="_blank">eblake@redhat.com</a>> wrote:<br>
>><br>
>>>>    #ifdef FALLOC_FL_ZERO_RANGE<br>
>>>> -  r = do_fallocate (h->fd, FALLOC_FL_ZERO_RANGE, offset, count);<br>
>>>> -  if (r == -1 && errno != EOPNOTSUPP) {<br>
>>>> -    nbdkit_error ("zero: %m");<br>
>>>> +  if (h->can_zero_range) {<br>
>>>> +    r = do_fallocate (h->fd, FALLOC_FL_ZERO_RANGE, offset, count);<br>
>>>> +    if (r== 0)<br>
>>><br>
>>> Spacing is off.<br>
>>><br>
>><br>
> It does look off in my mail client (inbox), but looks fine (2 spaces<br>
> indentation)<br>
> in my editor.<br>
<br>
Not the leading spaces, but the asymmetric space around '=='.</blockquote><div><br></div><div>Thanks, got it finally :-)</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">(Yes, <br>
Thunderbird is known to have a display bug where lines prefixed with <br>
space show at a different indentation levels than lines prefixed with - <br>
or +, which makes patch review via Thunderbird a bit more awkward than <br>
it should be - but that's not what I was complaining about)<br>
<br>
<br>
-- <br>
Eric Blake, Principal Software Engineer<br>
Red Hat, Inc.           <a href="tel:(919)%20301-3266" value="+19193013266" target="_blank">+1-919-301-3266</a><br>
Virtualization:  <a href="http://qemu.org" rel="noreferrer" target="_blank">qemu.org</a> | <a href="http://libvirt.org" rel="noreferrer" target="_blank">libvirt.org</a><br>
</blockquote></div></div>