summaryrefslogtreecommitdiff
path: root/msgpack
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2013-10-20 23:06:02 +0900
committerINADA Naoki <inada-n@klab.com>2013-10-20 23:06:02 +0900
commit0d5c58bd517caddd6b62a8931f6833e2a3add283 (patch)
treed63c262cefcbfc1a2b9c27d63ba036f155ea628e /msgpack
parent822cce823cfea8e9f7625598a125897718b4ab58 (diff)
downloadmsgpack-python-0d5c58bd517caddd6b62a8931f6833e2a3add283.tar.gz
cleanup
Diffstat (limited to 'msgpack')
-rw-r--r--msgpack/unpack_template.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/msgpack/unpack_template.h b/msgpack/unpack_template.h
index 7646896..d34eced 100644
--- a/msgpack/unpack_template.h
+++ b/msgpack/unpack_template.h
@@ -322,7 +322,7 @@ static inline int unpack_execute(unpack_context* ctx, const char* data, size_t l
case CS_MAP_32:
/* FIXME security guard */
start_container(_map, _msgpack_load32(uint32_t,n), CT_MAP_KEY);
-
+
default:
goto _failed;
}