Lint fixes.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
namespace xe {
|
||||
|
||||
template <typename T, size_t N>
|
||||
size_t countof(T(&arr)[N]) {
|
||||
size_t countof(T (&arr)[N]) {
|
||||
return std::extent<T[N]>::value;
|
||||
}
|
||||
|
||||
|
||||
2
third_party/elemental-forms
vendored
2
third_party/elemental-forms
vendored
Submodule third_party/elemental-forms updated: d660ccc7e4...e4b3316c36
Reference in New Issue
Block a user