diff --git a/contrib/epee/include/storages/portable_storage_to_json.h b/contrib/epee/include/storages/portable_storage_to_json.h index 3292c952..7230a14b 100644 --- a/contrib/epee/include/storages/portable_storage_to_json.h +++ b/contrib/epee/include/storages/portable_storage_to_json.h @@ -116,7 +116,7 @@ namespace epee template static void handle_obj_end(t_stream& strm, size_t indent) { - strm << "}"; + strm << make_indent(indent) << "}"; } template