1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 00:17:46 +00:00

AK: Run clang-format on everything.

This commit is contained in:
Andreas Kling 2019-06-07 11:46:22 +02:00
parent 7ad8790d80
commit b34b084619
7 changed files with 21 additions and 11 deletions

View file

@ -34,7 +34,8 @@ inline void release_if_not_null(T* ptr)
template<typename T>
class CONSUMABLE(unconsumed) Retained {
public:
enum AdoptTag {
enum AdoptTag
{
Adopt
};