aboutsummaryrefslogtreecommitdiff
path: root/bin/unf.awk
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-11-14 10:09:40 +1300
commitd18c0c237c5fcd7c7d3484eb591cce0a4f8d104b (patch)
treedc5aaf180d8645b021ca18d22583d034b5aafd31 /bin/unf.awk
parentMerge branch 'release/v0.16.0' (diff)
parentBump version number to 0.17.0 (diff)
downloaddotfiles-0.17.0.tar.gz (sig)
dotfiles-0.17.0.zip
Merge branch 'release/v0.17.0'v0.17.0
* release/v0.17.0: Bump version number to 0.17.0 Move mapleader settings before .vimrc conf source Strip trailing whitespace Check for shellescape() function before using it Force muttrc filetype from ftdetect rules
Diffstat (limited to 'bin/unf.awk')
-rw-r--r--bin/unf.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/unf.awk b/bin/unf.awk
index 7acb09c2..57f5f0cf 100644
--- a/bin/unf.awk
+++ b/bin/unf.awk
@@ -11,7 +11,7 @@ function wrbuf() {
# Flag to stop processing once we hit the first blank line
!length($0) {
- wrbuf()
+ wrbuf()
body = 1
}
body {