mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: remove commas between enum vals
This commit is contained in:
parent
d7ee4755c2
commit
4e1abc8503
5 changed files with 170 additions and 170 deletions
|
@ -122,8 +122,8 @@ struct Ray {
|
|||
|
||||
// material types, used in radiance()
|
||||
enum Refl_t {
|
||||
diff,
|
||||
spec,
|
||||
diff
|
||||
spec
|
||||
refr
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue