From 36fe036f38963594c9bf8bef1103658604e7b79e Mon Sep 17 00:00:00 2001 From: bolero-MURAKAMI Date: Tue, 15 Apr 2014 12:56:28 +0900 Subject: [PATCH] fix indent --- sprout/array/make_array.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sprout/array/make_array.hpp b/sprout/array/make_array.hpp index 62e76edf..cedc1538 100644 --- a/sprout/array/make_array.hpp +++ b/sprout/array/make_array.hpp @@ -30,7 +30,7 @@ namespace sprout { make_array(Types&&... args) { return sprout::array::type, sizeof...(Types)>{{T(SPROUT_FORWARD(Types, args))...}}; } - template + template inline SPROUT_CONSTEXPR sprout::array::type, sizeof...(Types)> make_array(Types&&... args) { typedef sprout::array<