mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: change empty comment to newline (#22053)
This commit is contained in:
parent
38e23a76f3
commit
cb58db56ef
20 changed files with 31 additions and 33 deletions
|
@ -45,7 +45,7 @@ fn main() {
|
|||
defer {
|
||||
elog('fast.html generator end, total: ${total_sw.elapsed().milliseconds():6} ms')
|
||||
}
|
||||
//
|
||||
|
||||
mut ccompiler_path := 'tcc'
|
||||
if vdir.contains('/tmp/cirrus-ci-build') {
|
||||
ccompiler_path = 'clang'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue