summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sort.c b/src/sort.c
index ade06f2f0..310bebef0 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -1252,8 +1252,8 @@ checkfp (FILE *fp)
if (prev_line->length + 1 > alloc)
{
do
- {
- alloc *= 2;
+ {
+ alloc *= 2;
}
while (alloc < prev_line->length + 1);
temp.text = xrealloc (temp.text, alloc);