aboutsummaryrefslogtreecommitdiff
path: root/src/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table.h')
-rw-r--r--src/table.h56
1 files changed, 28 insertions, 28 deletions
diff --git a/src/table.h b/src/table.h
index 51ef993..6d872c3 100644
--- a/src/table.h
+++ b/src/table.h
@@ -24,34 +24,34 @@ int l_split(lua_State*);
#define clean_lullaby_table luaI_nothing
static const luaL_Reg table_function_list [] = {
- {"len",l_len},
- {"reverse",l_reverse},
- {"greatest",l_greatest},
- {"least",l_least},
- {"shuffle",l_shuffle},
- {"sum",l_sum},
- {"split",l_split},
- {"to_char_array", l_to_char_array},
-
- {"index",l_indexof},
- {"sindex",l_sindexof},
-
- {"quicksort",l_quicksort},
- {"mergesort",l_mergesort},
- {"shellsort",l_shellsort},
- {"bubblesort",l_bubblesort},
- {"heapsort",l_heapsort},
-
- {"countingsort",l_countingsort},
-
- {"miraclesort",l_miraclesort},
- {"stalinsort",l_stalinsort},
- {"slowsort",l_slowsort},
- {"bogosort",l_bogosort},
-
- {"unpack", l_unpack},
-
- {NULL,NULL}
+ {"len",l_len},
+ {"reverse",l_reverse},
+ {"greatest",l_greatest},
+ {"least",l_least},
+ {"shuffle",l_shuffle},
+ {"sum",l_sum},
+ {"split",l_split},
+ {"to_char_array", l_to_char_array},
+
+ {"index",l_indexof},
+ {"sindex",l_sindexof},
+
+ {"quicksort",l_quicksort},
+ {"mergesort",l_mergesort},
+ {"shellsort",l_shellsort},
+ {"bubblesort",l_bubblesort},
+ {"heapsort",l_heapsort},
+
+ {"countingsort",l_countingsort},
+
+ {"miraclesort",l_miraclesort},
+ {"stalinsort",l_stalinsort},
+ {"slowsort",l_slowsort},
+ {"bogosort",l_bogosort},
+
+ {"unpack", l_unpack},
+
+ {NULL,NULL}
};
static struct config table_config[] = {