mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: change single blank comment to blank line (#22016)
This commit is contained in:
parent
793b66d8d5
commit
19f080ffb8
147 changed files with 319 additions and 339 deletions
|
@ -29,7 +29,7 @@ fn read_from_string(text string, capacity int) []u8 {
|
|||
text: text
|
||||
}
|
||||
mut stream := io.new_buffered_reader(reader: str, cap: capacity)
|
||||
//
|
||||
|
||||
mut buf := []u8{len: 1}
|
||||
mut res := []u8{}
|
||||
mut i := 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue