Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fc907867 authored by Yifan Hong's avatar Yifan Hong Committed by Gerrit Code Review
Browse files

Merge "clang-format ProcessState."

parents a435ea06 9a2981cf
Loading
Loading
Loading
Loading
+67 −68
Original line number Diff line number Diff line
@@ -18,8 +18,8 @@

#include <binder/IBinder.h>
#include <utils/KeyedVector.h>
#include <utils/String8.h>
#include <utils/String16.h>
#include <utils/String8.h>

#include <utils/threads.h>

@@ -30,8 +30,7 @@ namespace android {

class IPCThreadState;

class ProcessState : public virtual RefBase
{
class ProcessState : public virtual RefBase {
public:
    static sp<ProcessState> self();
    static sp<ProcessState> selfOrNull();