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

@@ -11,7 +11,7 @@ const (
fn testsuite_begin() ? {
os.rm(test_os_process) or {}
if os.getenv('WINE_TEST_OS_PROCESS_EXE') != '' {
// Make it easier to run the test under wine emulation, by just
// Make it easier to run the test under wine emulation, by just
// prebuilding the executable with:
// v -os windows -o x.exe cmd/tools/test_os_process.v
// WINE_TEST_OS_PROCESS_EXE=x.exe ./v -os windows vlib/os/process_test.v