1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v vet: give an error for trailing whitespace (#9574)

This commit is contained in:
Lukas Neubert
2021-04-09 12:22:14 +02:00
committed by GitHub
parent ddb2e72301
commit 46e7e27ba3
12 changed files with 67 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ module ttf
*
* Note:
*
* TODO:
* TODO:
**********************************************************************/
pub struct Text_block {
x int // x postion of the left high corner

View File

@@ -9,9 +9,9 @@ module ttf
* that can be found in the LICENSE file.
*
* Note:
* - inspired by: http://stevehanov.ca/blog/?id=143
* - inspired by: http://stevehanov.ca/blog/?id=143
*
* TODO:
* TODO:
* - check for unicode > 0xFFFF if supported
* - evaluate use a buffer for the points in the glyph
**********************************************************************/