• 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
..
cache Loading commit data...
common Loading commit data...
hash Loading commit data...
http1 Loading commit data...
mgt Loading commit data...
proxy Loading commit data...
storage Loading commit data...
waiter Loading commit data...
Makefile.am Loading commit data...
Makefile.phk Loading commit data...
builtin.vcl Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
vclflint.lnt Loading commit data...
vclflint.sh Loading commit data...