diff options
Diffstat (limited to 'libs/binder/TextOutput.cpp')
-rw-r--r-- | libs/binder/TextOutput.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/TextOutput.cpp b/libs/binder/TextOutput.cpp index 101eba318f..684a7dcc51 100644 --- a/libs/binder/TextOutput.cpp +++ b/libs/binder/TextOutput.cpp @@ -69,4 +69,4 @@ TextOutput& operator<<(TextOutput& to, const HexDump& val) return to; } -}; // namespace android +} // namespace android |