From a67dc94484cf9869793fc1861914b800a6559a74 Mon Sep 17 00:00:00 2001 From: amelia squires Date: Tue, 30 Sep 2025 18:10:02 -0500 Subject: fix indentation!!! --- src/sort.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sort.h') diff --git a/src/sort.h b/src/sort.h index 555c812..e59cd4e 100644 --- a/src/sort.h +++ b/src/sort.h @@ -9,7 +9,7 @@ int l_bubblesort(lua_State*); //[double+int] -> arr[N] (greatest -> least) int l_heapsort(lua_State*); //[double+int] -> arr[N] (greatest -> least) //non-comparison sorts - //good for large arrays filled with small values +//good for large arrays filled with small values int l_countingsort(lua_State*); //[int] (arr[N] >= 0) -> arr[N] (least -> greatest) //esoteric sorts -- cgit v1.2.3