mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-05 17:30:27 +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"
|
#include "unique_ptr.h"
|
||||||
|
|
||||||
// XXX currently needed to use placement-new syntax (move to cxx.inc?)
|
// 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 {
|
namespace ctl {
|
||||||
|
|
||||||
|
@ -30,7 +31,7 @@ struct ptr_ref
|
||||||
using type = T&;
|
using type = T&;
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
template<>
|
||||||
struct ptr_ref<void>
|
struct ptr_ref<void>
|
||||||
{
|
{
|
||||||
using type = void;
|
using type = void;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue