shithub: sl

Download patch

ref: 95175fff1e44bf8111201d29b3f226774814666b
parent: 52e2cfcd26eac1fe0185edf4467456779fe5d323
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Tue Apr 8 00:48:44 EDT 2025

style

--- a/src/cvalues.c
+++ b/src/cvalues.c
@@ -737,8 +737,9 @@
 	argcount(nargs, 1);
 	return (isubnum(args[0]) ||
 	        isrune(args[0]) ||
-			(iscvalue(args[0]) && cv_isPOD(ptr(args[0])))) ?
-		sl_t : sl_nil;
+	        (iscvalue(args[0]) && cv_isPOD(ptr(args[0]))))
+		? sl_t
+		: sl_nil;
 }
 
 static void