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

Commit be24e2e3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove extraneous semicolon."

parents 9af6fbd6 6511af57
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
@@ -223,4 +223,4 @@ void AppOpsManager::noteAsyncOp(const String16& callingPackageName, int32_t uid,
    }
}

}; // 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