diff options
author | 2010-02-07 13:04:25 +0000 | |
---|---|---|
committer | 2010-02-07 13:04:25 +0000 | |
commit | a2d4139b77f563701f91f5e242fad081461e697f (patch) | |
tree | d724acc6cf5578177ca7edcf70f22819845d13b9 /lib/libc/stdlib/qsort.c | |
parent | writing to RT2860_TX_PIN_CFG requires some extra steps on RT3572 (diff) | |
download | wireguard-openbsd-a2d4139b77f563701f91f5e242fad081461e697f.tar.xz wireguard-openbsd-a2d4139b77f563701f91f5e242fad081461e697f.zip |
A few visual cleanups, and clarify a comment.
Also:
for (i = 0; i >= 0 && foo; i++)
is functionally equivalent to:
for (i = 0; foo; i++)
so use the clearer construct where appropriate.
ok pyr@
Diffstat (limited to 'lib/libc/stdlib/qsort.c')
0 files changed, 0 insertions, 0 deletions