aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/fmt.c')
-rw-r--r--src/cmd/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/fmt.c b/src/cmd/fmt.c
index 1c4de871..047da847 100644
--- a/src/cmd/fmt.c
+++ b/src/cmd/fmt.c
@@ -104,7 +104,7 @@ indentof(char **linep)
ind -= ind%maxtab;
break;
}
-
+
/* plain white space doesn't change the indent */
*linep = "";
return indent;