aboutsummaryrefslogtreecommitdiff
path: root/convert.awk
diff options
context:
space:
mode:
Diffstat (limited to 'convert.awk')
-rw-r--r--convert.awk3
1 files changed, 3 insertions, 0 deletions
diff --git a/convert.awk b/convert.awk
index 6af3577..ac755d5 100644
--- a/convert.awk
+++ b/convert.awk
@@ -23,5 +23,8 @@ NR==1,/Amalie Skram\. I\./ { next }
# Remove leading space
gsub(/^ */, "")
+ # Remove excessive inline space
+ gsub(/ */, " ")
+
print
}