diff options
author | 2002-04-28 20:41:15 +0000 | |
---|---|---|
committer | 2002-04-28 20:41:15 +0000 | |
commit | 9348a723611adb7a9ed0719547ba4566e4ce641e (patch) | |
tree | 26a9e323041df9ccdf33123e747fca760fa16841 /sys/lib/libkern/softfloat.c | |
parent | Machines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge. (diff) | |
download | wireguard-openbsd-9348a723611adb7a9ed0719547ba4566e4ce641e.tar.xz wireguard-openbsd-9348a723611adb7a9ed0719547ba4566e4ce641e.zip |
Remove superfluous '{}' in variable references that are all alone in a
string. i.e. "${a}" -> "$a". Save the {} form for strings where
variables are mixed with text.
Remove superfluous X's. e.g. "X$resp" = "Xdone" -> "$resp" = "done".
Change last few '[ "$v" = "" ]' or equivalents to '[ -z "$v" ]'.
Diffstat (limited to 'sys/lib/libkern/softfloat.c')
0 files changed, 0 insertions, 0 deletions