[libcxx-commits] [PATCH] D151119: [libc++][NFC] Fix whitespace problems in the files added to ignore_format.txt in D151115

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 22 10:15:43 PDT 2023


Mordante accepted this revision as: Mordante.
Mordante added a comment.

This amount of changes seems acceptable to me. LGTM!



================
Comment at: libcxx/include/__chrono/statically_widen.h:36
 #    define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__str)
-#  else  // _LIBCPP_HAS_NO_WIDE_CHARACTERS
 
----------------
You didn't update the ignore file.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151119/new/

https://reviews.llvm.org/D151119



More information about the libcxx-commits mailing list