mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
AK: Run clang-format on everything.
This commit is contained in:
parent
7ad8790d80
commit
b34b084619
7 changed files with 21 additions and 11 deletions
|
@ -271,14 +271,16 @@ struct RemovePointer<T* const volatile> {
|
|||
|
||||
template<typename T, typename U>
|
||||
struct IsSame {
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
value = 0
|
||||
};
|
||||
};
|
||||
|
||||
template<typename T>
|
||||
struct IsSame<T, T> {
|
||||
enum {
|
||||
enum
|
||||
{
|
||||
value = 1
|
||||
};
|
||||
};
|
||||
|
@ -292,5 +294,5 @@ using AK::IsSame;
|
|||
using AK::max;
|
||||
using AK::min;
|
||||
using AK::move;
|
||||
using AK::swap;
|
||||
using AK::RemoveConst;
|
||||
using AK::swap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue