[libc++][NFC] Add #endif comment for long #if-#endif block
authorLouis Dionne <ldionne.2@gmail.com>
Thu, 9 Sep 2021 18:43:02 +0000 (14:43 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Thu, 9 Sep 2021 18:43:10 +0000 (14:43 -0400)
libcxx/include/format

index 90547e2..25350f7 100644 (file)
@@ -924,7 +924,7 @@ formatted_size(locale __loc, wstring_view __fmt, const _Args&... __args) {
       .size();
 }
 
-#endif
+#endif // _LIBCPP_HAS_NO_LOCALIZATION
 
 #endif // !defined(_LIBCPP_HAS_NO_CONCEPTS)
 #endif //_LIBCPP_STD_VER > 17