• Dridi Boukelmoune's avatar
    Revert "Kill one indentation" · 688a8376
    Dridi Boukelmoune authored
    This reverts commit eaac258d.
    
    The benefits in terms of readability are uncertain and YMMV, but
    compilers seem to find it harder to optimize too:
    
       cmpl   $0x0,-0x205c(%rbp)
       sete   %al
       movzbl %al,%eax
       or     %rax,%rdx
    
    Before the change it would translate to just:
    
       or     $0x1,%rax
       mov    %rax,%rdx
    
    Spotted by @fgsch
    688a8376
Name
Last commit
Last update
..
varnishadm Loading commit data...
varnishd Loading commit data...
varnishhist Loading commit data...
varnishlog Loading commit data...
varnishncsa Loading commit data...
varnishstat Loading commit data...
varnishtest Loading commit data...
varnishtop Loading commit data...
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
flint.lnt Loading commit data...