aboutsummaryrefslogtreecommitdiff
path: root/bin/gwp.awk
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:09:24 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-12-11 00:09:24 +1300
commit960208a496240318b38a6a6cfdf1f5e266099c85 (patch)
treede7ff197a3514d3e0bcfa6acbfa748b2738c5692 /bin/gwp.awk
parentRemove superfluous calls to next in sec(1df) (diff)
downloaddotfiles-960208a496240318b38a6a6cfdf1f5e266099c85.tar.gz
dotfiles-960208a496240318b38a6a6cfdf1f5e266099c85.zip
Stylistic tweaks to awk scripts
Diffstat (limited to 'bin/gwp.awk')
-rw-r--r--bin/gwp.awk4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/gwp.awk b/bin/gwp.awk
index 79f59b61..32fe97f2 100644
--- a/bin/gwp.awk
+++ b/bin/gwp.awk
@@ -51,6 +51,4 @@ function fnpr() {
}
# Exit zero if we found at least one match, non-zero otherwise
-END {
- exit(!found)
-}
+END { exit(!found) }