aboutsummaryrefslogtreecommitdiffstats
path: root/src/colorramp.c
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-03-06 16:57:49 +0100
committerMattias Andrée <m@maandree.se>2025-03-06 16:57:49 +0100
commit4c3cd7fde636946bb806d9b2d025c59418fa4e85 (patch)
tree5fccfab94b4ee535c4627be80a9ea92e5ae291b2 /src/colorramp.c
parentStyle (diff)
downloadredshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.gz
redshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.bz2
redshift-ng-4c3cd7fde636946bb806d9b2d025c59418fa4e85.tar.xz
style and some minor fixes
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/colorramp.c')
-rw-r--r--src/colorramp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/colorramp.c b/src/colorramp.c
index 295bf41..2387e01 100644
--- a/src/colorramp.c
+++ b/src/colorramp.c
@@ -20,7 +20,6 @@
*/
#include "common.h"
-
#if defined(__GNUC__)
# pragma GCC diagnostic ignored "-Wfloat-equal"
#endif