diff options
Diffstat (limited to 'sdep.c')
| -rw-r--r-- | sdep.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -166,7 +166,8 @@ format_line(Event ev, Options op, char *out) | |||
| 166 | static int | 166 | static int |
| 167 | is_space(char c) | 167 | is_space(char c) |
| 168 | { | 168 | { |
| 169 | return c == ' ' || c == '\t'; | 169 | return c == ' ' || c == '\f' || c == '\n' || |
| 170 | c == '\r' || c == '\t' || c == '\v; | ||
| 170 | } | 171 | } |
| 171 | 172 | ||
| 172 | static void | 173 | static void |
