aboutsummaryrefslogtreecommitdiff
path: root/bin/rfct.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/rfct.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/rfct.awk')
-rw-r--r--bin/rfct.awk4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/rfct.awk b/bin/rfct.awk
index 3cd32e40..2f0cc42d 100644
--- a/bin/rfct.awk
+++ b/bin/rfct.awk
@@ -1,9 +1,7 @@
# Format an RFC in text format for terminal reading
# A record is a paragraph
-BEGIN {
- RS=""
-}
+BEGIN { RS = "" }
# Print the block followed by two newlines, as long as it has at least one
# alphanumeric character and no pagebreak characters