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

Commit 9a2981cf authored by Yifan Hong's avatar Yifan Hong
Browse files

clang-format ProcessState.

Test: none
Change-Id: Iedc827543662f2e969441353585e1c84293a7917
parent 543edcd0
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();