Whitespace fix.

This commit is contained in:
Sunil Nimmagadda 2020-09-30 14:00:05 +05:30
parent c435977dc7
commit b1bc97d4d9

View File

@ -78,7 +78,7 @@ _increment_serial() {
} else
$6++
}
{ print }' "$Nsd_ZoneFile" > "$tmpfile" || return 1
awk '{print}' "$tmpfile" > "$Nsd_ZoneFile"
{ print }' "$Nsd_ZoneFile" >"$tmpfile" || return 1
awk '{print}' "$tmpfile" >"$Nsd_ZoneFile"
rm -f "$tmpfile"
}