diff options
Diffstat (limited to 'source/slang/core.meta.slang')
| -rw-r--r-- | source/slang/core.meta.slang | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/slang/core.meta.slang b/source/slang/core.meta.slang index b1e6e0fd6..0502c9bf6 100644 --- a/source/slang/core.meta.slang +++ b/source/slang/core.meta.slang @@ -80,19 +80,19 @@ for (int tt = 0; tt < kBaseTypeCount; ++tt) case BaseType::Double: sb << "\n , __BuiltinFloatingPointType\n"; sb << "\n , __BuiltinRealType\n"; - // fall through to: + ; // fall through to: case BaseType::Int8: case BaseType::Int16: case BaseType::Int: case BaseType::Int64: sb << "\n , __BuiltinSignedArithmeticType\n"; - // fall through to: + ; // fall through to: case BaseType::UInt8: case BaseType::UInt16: case BaseType::UInt: case BaseType::UInt64: sb << "\n , __BuiltinArithmeticType\n"; - // fall through to: + ; // fall through to: case BaseType::Bool: sb << "\n , __BuiltinType\n"; break; |
