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:
@@ -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 {
|
||||
|
@@ -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 {
|
||||
|
Reference in New Issue
Block a user