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

Commit 61ff8497 authored by Steven Moreland's avatar Steven Moreland
Browse files

Remove extraneous semicolon.

Bug: N/A
Test: build w/o -Wno-c++98-compat-extra-semi
Merged-In: I632d6df9a03485e547a6e7f14df0f1c068066c1e
Change-Id: I632d6df9a03485e547a6e7f14df0f1c068066c1e
parent 0c1abd12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,4 +114,4 @@ status_t ActivityManager::unlinkToDeath(const sp<IBinder::DeathRecipient>& recip
    return INVALID_OPERATION;
}

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -147,4 +147,4 @@ int32_t AppOpsManager::permissionToOpCode(const String16& permission) {
}


}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -419,4 +419,4 @@ bool BpRefBase::onIncStrongAttempted(uint32_t /*flags*/, const void* /*id*/)

// ---------------------------------------------------------------------------

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -491,4 +491,4 @@ void BpBinder::setBinderProxyCountWatermarks(int high, int low) {

// ---------------------------------------------------------------------------

}; // namespace android
} // namespace android
+1 −1
Original line number Diff line number Diff line
@@ -280,4 +280,4 @@ BufferedTextOutput::BufferState* BufferedTextOutput::getBuffer() const
    return mGlobalState;
}

}; // namespace android
} // namespace android
Loading