mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
Change spaces to tabs
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user