diff options
Diffstat (limited to 'src/debug/static_assert.h')
-rw-r--r-- | src/debug/static_assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/static_assert.h b/src/debug/static_assert.h index 8510c1597..5d5a148e7 100644 --- a/src/debug/static_assert.h +++ b/src/debug/static_assert.h @@ -50,4 +50,4 @@ template <> struct __nvwa_compile_time_error<true> {}; (void)ERROR_##_Msg; \ } -#endif // STATIC_ASSERT +#endif // STATIC_ASSERT |