mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32: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
|
@ -18,7 +18,7 @@ fn test_long_encoding() {
|
|||
unsafe { free(ebuffer) }
|
||||
unsafe { free(dbuffer) }
|
||||
}
|
||||
//
|
||||
|
||||
encoded_size := base64.encode_in_buffer(s_original, ebuffer)
|
||||
mut encoded_in_buf := []u8{len: encoded_size}
|
||||
unsafe { vmemcpy(encoded_in_buf.data, ebuffer, encoded_size) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue