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

@@ -31,7 +31,7 @@ pub fn sym(handle voidptr, symbol string) voidptr {
}
// dlerror provides a text error diagnostic message for functions in `dl`
// it returns a human-readable string, describing the most recent error
// it returns a human-readable string, describing the most recent error
// that occurred from a call to one of the `dl` functions, since the last
// call to dlerror()
pub fn dlerror() string {

View File

@@ -28,7 +28,7 @@ pub fn sym(handle voidptr, symbol string) voidptr {
}
// dlerror provides a text error diagnostic message for functions in `dl`
// it returns a human-readable string, describing the most recent error
// it returns a human-readable string, describing the most recent error
// that occurred from a call to one of the `dl` functions, since the last
// call to dlerror()
pub fn dlerror() string {