Change spaces to tabs

This commit is contained in:
gingerBill
2020-05-24 16:40:48 +01:00
parent 26c9d17040
commit e42f7008fc
+1
View File
@@ -1,6 +1,7 @@
package strings package strings
import "core:mem" import "core:mem"
import "core:unicode"
import "core:unicode/utf8" import "core:unicode/utf8"
clone :: proc(s: string, allocator := context.allocator) -> string { clone :: proc(s: string, allocator := context.allocator) -> string {