mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-03 16:30:29 +00:00
clang-format
This commit is contained in:
parent
72a9984055
commit
1ba21bd5a8
1 changed files with 3 additions and 2 deletions
|
@ -9,7 +9,8 @@
|
|||
#include "unique_ptr.h"
|
||||
|
||||
// XXX currently needed to use placement-new syntax (move to cxx.inc?)
|
||||
void* operator new(size_t, void*) noexcept;
|
||||
void*
|
||||
operator new(size_t, void*) noexcept;
|
||||
|
||||
namespace ctl {
|
||||
|
||||
|
@ -30,7 +31,7 @@ struct ptr_ref
|
|||
using type = T&;
|
||||
};
|
||||
|
||||
template <>
|
||||
template<>
|
||||
struct ptr_ref<void>
|
||||
{
|
||||
using type = void;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue