aboutsummaryrefslogtreecommitdiffstats
path: root/src/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fmt.c')
-rw-r--r--src/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fmt.c b/src/fmt.c
index 86b83ee7c..1a268eeb4 100644
--- a/src/fmt.c
+++ b/src/fmt.c
@@ -728,7 +728,7 @@ get_prefix (FILE *f)
static int
get_space (FILE *f, int c)
{
- for (;;)
+ while (true)
{
if (c == ' ')
in_column++;