summaryrefslogtreecommitdiffstats
path: root/sys/lib/libkern/softfloat.c
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2002-04-28 20:41:15 +0000
committerkrw <krw@openbsd.org>2002-04-28 20:41:15 +0000
commit9348a723611adb7a9ed0719547ba4566e4ce641e (patch)
tree26a9e323041df9ccdf33123e747fca760fa16841 /sys/lib/libkern/softfloat.c
parentMachines with the Serverworks CNB20HE chipset also have a CIOB20 i/o bridge. (diff)
downloadwireguard-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