From c38df18dcc11e33369c2042b17482fe0d46029bc Mon Sep 17 00:00:00 2001 From: Marc Emmers Date: Fri, 6 Nov 2020 15:19:28 +0100 Subject: [PATCH] Fix endif comment --- platform/cxxsupport/mstd_span | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/cxxsupport/mstd_span b/platform/cxxsupport/mstd_span index 925f61465c..91a954127a 100644 --- a/platform/cxxsupport/mstd_span +++ b/platform/cxxsupport/mstd_span @@ -283,4 +283,4 @@ constexpr span make_span(R&& cont) } // namespace mstd -#endif // MSTD_MUTEX_ \ No newline at end of file +#endif // MSTD_SPAN_ \ No newline at end of file