1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fmt: remove trailing space in comments (#9620)

This commit is contained in:
Lukas Neubert
2021-04-07 15:25:11 +02:00
committed by GitHub
parent 6d77c8821b
commit 1d5ed89138
16 changed files with 40 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ fn C.GC_REALLOC(ptr voidptr, n size_t) voidptr
fn C.GC_FREE(ptr voidptr)
// explicitely perform garbage collection now! Garbage collections
// are done automatically when needed, so this function is hardly needed
// are done automatically when needed, so this function is hardly needed
fn C.GC_gcollect()
// functions to temporarily suspend/resume garbage collection