Removed spurious space change.

This commit is contained in:
fcostaoliveira 2025-04-27 04:47:51 +01:00
parent c3b0f5a443
commit 537f8853ed
1 changed files with 1 additions and 6 deletions

View File

@ -58,11 +58,6 @@
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#if __GNUC__ >= 3
#define likely(x) __builtin_expect(!!(x), 1)
#else
#define likely(x) (x)
#endif
/* Algorithm parameters. */