sort: reformat entire file wrt style.
authorDenis Vlasenko <vda.linux@googlemail.com>
Sun, 26 Nov 2006 15:48:03 +0000 (15:48 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sun, 26 Nov 2006 15:48:03 +0000 (15:48 -0000)
commit0d42ddff7037c138d1df602158f80f9af914e927
tree6877d65d4547c33f91a135284209911a7df61c49
parentcf749bc10c9e7b38217e102d0d3e7044e5515b4f
sort: reformat entire file wrt style.
fix single obvious bug: right hand was 0 here:
 flags & (FLAG_b&FLAG_d&FLAG_f&FLAG_i&FLAG_bb)
fixed to use |
coreutils/sort.c