[gcc r17-2702] libgfortran: Fix whitespace in ceill_16.c
John David Anglin via Gcc-cvs <[email protected]>
| Newsgroups | gmane.comp.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://gcc.gnu.org/g:5f53a0aaecda076e1f5c9017ece59257cbed367c commit r17-2702-g5f53a0aaecda076e1f5c9017ece59257cbed367c Author: John David Anglin <[email protected]> Date: Sat Jul 25 11:45:33 2026 -0400 libgfortran: Fix whitespace in ceill_16.c 2026-07-25 John David Anglin <[email protected]> libgfortran/ChangeLog: * intrinsics/ceill_16.c: Fix whitespace. Diff: --- libgfortran/intrinsics/ceill_16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgfortran/intrinsics/ceill_16.c b/libgfortran/intrinsics/ceill_16.c index 40dd1fa09a6b..a9f2110db008 100644 --- a/libgfortran/intrinsics/ceill_16.c +++ b/libgfortran/intrinsics/ceill_16.c @@ -26,7 +26,7 @@ ceill (long double x) int64_t i0, i1, j0; uint64_t i, j; - GET_LDOUBLE_WORDS64 (i0 ,i1 ,x); + GET_LDOUBLE_WORDS64 (i0, i1, x); j0 = ((i0 >> 48) & 0x7fff) - 0x3fff; if (j0 < 48) {