diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:12:12 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-07 07:12:12 +0200 |
commit | 6ff78d29b56adfdab0b0f9dccffab64e0e0f0ce3 (patch) | |
tree | 7e1d1f0769f08347be34706b96aba78d94a52033 | |
parent | config.mk: improve portability by removing unnecessary nonstandard options (diff) | |
download | libclut-6ff78d29b56adfdab0b0f9dccffab64e0e0f0ce3.tar.gz libclut-6ff78d29b56adfdab0b0f9dccffab64e0e0f0ce3.tar.bz2 libclut-6ff78d29b56adfdab0b0f9dccffab64e0e0f0ce3.tar.xz |
Whitespace fix
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | libclut.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -862,9 +862,9 @@ static inline int libclut_0__(double x) { return libclut_eq__(x, 0); type t__;\ if (r) {\ for (i__ = 0, n__ = (clut)->red_size; i__ < (n__ >> 1); i__++) {\ - t__ = (clut)->red[i__];\ - (clut)->red[i__] = (clut)->red[n__ - i__ - 1];\ - (clut)->red[n__ - i__ - 1] = t__;\ + t__ = (clut)->red[i__];\ + (clut)->red[i__] = (clut)->red[n__ - i__ - 1];\ + (clut)->red[n__ - i__ - 1] = t__;\ }\ }\ if (g) {\ |