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

Commit 83098b6d authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove extraneous semicolon."

parents 43b0ed12 61ff8497
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