mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-08 00:28:49 +00:00
Fix detached comment
This commit is contained in:
@@ -2932,7 +2932,6 @@ Output:
|
|||||||
abc1 abc2 abc3
|
abc1 abc2 abc3
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
expand_tabs :: proc(s: string, tab_size: int, allocator := context.allocator) -> (res: string, err: mem.Allocator_Error) #optional_allocator_error {
|
expand_tabs :: proc(s: string, tab_size: int, allocator := context.allocator) -> (res: string, err: mem.Allocator_Error) #optional_allocator_error {
|
||||||
if tab_size <= 0 {
|
if tab_size <= 0 {
|
||||||
panic("tab size must be positive")
|
panic("tab size must be positive")
|
||||||
|
|||||||
Reference in New Issue
Block a user