From 64b8dcfd994bb037b830e22adc14c4da92c5cb9b Mon Sep 17 00:00:00 2001 From: Ben Vanik Date: Sat, 17 Oct 2015 09:30:28 -0700 Subject: [PATCH] Lint fixes. --- src/xenia/base/math.h | 2 +- third_party/elemental-forms | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xenia/base/math.h b/src/xenia/base/math.h index ce27b4b18..eefcbba1a 100644 --- a/src/xenia/base/math.h +++ b/src/xenia/base/math.h @@ -22,7 +22,7 @@ namespace xe { template -size_t countof(T(&arr)[N]) { +size_t countof(T (&arr)[N]) { return std::extent::value; } diff --git a/third_party/elemental-forms b/third_party/elemental-forms index d660ccc7e..e4b3316c3 160000 --- a/third_party/elemental-forms +++ b/third_party/elemental-forms @@ -1 +1 @@ -Subproject commit d660ccc7e446d78266d2209d95c99b258fb4b43f +Subproject commit e4b3316c360085ced026087e82b0e31aaba57532