From e84be852546aecf3e151fd8bb92db88a068c1ea1 Mon Sep 17 00:00:00 2001 From: jussi Date: Fri, 10 May 2024 11:13:32 +0300 Subject: Indentation fix. --- src/rmath.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rmath.c') diff --git a/src/rmath.c b/src/rmath.c index 7287d66..9048b49 100644 --- a/src/rmath.c +++ b/src/rmath.c @@ -4,11 +4,11 @@ #include "lua_core.h" inline int imin( int a, int b ) { - return a < b ? a : b; + return a < b ? a : b; } inline int imax( int a, int b ) { - return a > b ? a : b; + return a > b ? a : b; } /* -- cgit v1.2.3