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

all: remove commas between enum vals

This commit is contained in:
yuyi
2020-04-23 07:16:16 +08:00
committed by GitHub
parent d7ee4755c2
commit 4e1abc8503
5 changed files with 170 additions and 170 deletions

View File

@ -122,8 +122,8 @@ struct Ray {
// material types, used in radiance()
enum Refl_t {
diff,
spec,
diff
spec
refr
}