Lint fixes.
This commit is contained in:
parent
91dfb6a8a0
commit
64b8dcfd99
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit d660ccc7e446d78266d2209d95c99b258fb4b43f
|
||||
Subproject commit e4b3316c360085ced026087e82b0e31aaba57532
|
Loading…
Reference in New Issue