summaryrefslogtreecommitdiff
path: root/src/binary-reader-logging.cc
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-06-23 13:46:00 -0700
committerGitHub <noreply@github.com>2017-06-23 13:46:00 -0700
commitf4ef7c6a363eb76528f78008fc8a0ad35936ee3e (patch)
tree80b04fa079cb2c09525fbd946576fdce4b793f57 /src/binary-reader-logging.cc
parent6b065cce18dc778ed3fefbe2bc1e0f7c826e772f (diff)
downloadwabt-f4ef7c6a363eb76528f78008fc8a0ad35936ee3e.tar.gz
wabt-f4ef7c6a363eb76528f78008fc8a0ad35936ee3e.tar.bz2
wabt-f4ef7c6a363eb76528f78008fc8a0ad35936ee3e.zip
Consistent comments when ending anonymous namespace (#521)
This matches the wording preferred by llvm.
Diffstat (limited to 'src/binary-reader-logging.cc')
-rw-r--r--src/binary-reader-logging.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/binary-reader-logging.cc b/src/binary-reader-logging.cc
index 2f374cbc..da115165 100644
--- a/src/binary-reader-logging.cc
+++ b/src/binary-reader-logging.cc
@@ -46,7 +46,7 @@ void sprint_limits(char* dst, size_t size, const Limits* limits) {
assert(static_cast<size_t>(result) < size);
}
-} // namespace
+} // end anonymous namespace
BinaryReaderLogging::BinaryReaderLogging(Stream* stream,
BinaryReaderDelegate* forward)