diff options
| author | 2019-09-27 21:31:03 +0000 | |
|---|---|---|
| committer | 2019-09-27 21:31:03 +0000 | |
| commit | be24e2e38b9a715e727d5d461912698d2cd1e064 (patch) | |
| tree | 4fef4889e423fcb45531a4b86e9d980c1f9c6833 /libs/binder/IPCThreadState.cpp | |
| parent | 9af6fbd6dd32107c72247ab62493a046e237c791 (diff) | |
| parent | 6511af57870adc67363664edd10fc35cf9f01128 (diff) | |
Merge "Remove extraneous semicolon."
Diffstat (limited to 'libs/binder/IPCThreadState.cpp')
| -rw-r--r-- | libs/binder/IPCThreadState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index c6660973f8..4981d7a111 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -1325,4 +1325,4 @@ void IPCThreadState::freeBuffer(Parcel* parcel, const uint8_t* data, state->mOut.writePointer((uintptr_t)data); } -}; // namespace android +} // namespace android |