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

Commit 92ce7212 authored by Yifan Hong's avatar Yifan Hong Committed by Automerger Merge Worker
Browse files

Merge "clang-format ProcessState." am: fc907867

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1711559

Change-Id: Id4bc50188c322274b9ba37cd59b3995f54780f90
parents 129fd5cc fc907867
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();