aboutsummaryrefslogtreecommitdiff
path: root/bin/gwp.awk
diff options
context:
space:
mode:
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) }