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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}