summaryrefslogtreecommitdiff
path: root/libs/binder/TextOutput.cpp
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2019-09-28 02:03:28 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2019-09-28 02:03:28 +0000
commit83098b6d4527dd9387b0fb80d9ceb3cb6ebcc7fb (patch)
tree0f59ce756208af74c5974bee2e26359b3e4fa078 /libs/binder/TextOutput.cpp
parent43b0ed12aea603a45556c13100df5bd95e6c7ced (diff)
parent61ff8497149071633f3c83ba1ca9a021b056dfc7 (diff)
Merge "Remove extraneous semicolon."
Diffstat (limited to 'libs/binder/TextOutput.cpp')
-rw-r--r--libs/binder/TextOutput.cpp2
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