mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 23:28:48 +00:00
Change spaces to tabs
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package strings
|
||||
|
||||
import "core:mem"
|
||||
import "core:unicode"
|
||||
import "core:unicode/utf8"
|
||||
|
||||
clone :: proc(s: string, allocator := context.allocator) -> string {
|
||||
|
||||
Reference in New Issue
Block a user