aboutsummaryrefslogtreecommitdiff
path: root/bin/mftl.awk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mftl.awk')
-rw-r--r--bin/mftl.awk4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/mftl.awk b/bin/mftl.awk
index 893766ef..21976337 100644
--- a/bin/mftl.awk
+++ b/bin/mftl.awk
@@ -2,9 +2,7 @@
# could be reasonably expected to call directly
# Separators are space, tab, or colon
-BEGIN {
- FS = "[ \t:]"
-}
+BEGIN { FS = "[ \t:]" }
# Skip comments
/^#/ { next }