Fix indent botch; noticed by kettenis@

This commit is contained in:
miod 2022-10-28 16:06:54 +00:00
parent 0d088026b6
commit 5c33ecfc8b
1 changed files with 9 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $OpenBSD: fpsig.c,v 1.3 2022/10/25 19:55:31 miod Exp $ */
/* $OpenBSD: fpsig.c,v 1.4 2022/10/28 16:06:54 miod Exp $ */
/*
* Public domain. 2005, Otto Moerbeek
@ -53,6 +53,7 @@ main()
while (count < 10000) {
handler(0);
double a, b, h1 = g1, h2 = g2;
for (a = 0.0; a < LIMIT; a += 1.1)