From 16a69ca20353f30243cd172b12df7509d9d9b4a0 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 24 Oct 2013 16:47:46 +0900 Subject: [PATCH] tests: apply tools/normalize_json.py Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- .../of13/4-58-ofp_group_stats_reply.packet.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json b/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json index 0caff1ce..cb979e54 100644 --- a/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json +++ b/ryu/tests/unit/ofproto/json/of13/4-58-ofp_group_stats_reply.packet.json @@ -4,13 +4,13 @@ { "OFPGroupStats": { "bucket_stats": [ - { - "OFPBucketCounter": { - "byte_count": 2345, - "packet_count": 234 - } - } - ], + { + "OFPBucketCounter": { + "byte_count": 2345, + "packet_count": 234 + } + } + ], "byte_count": 12345, "duration_nsec": 609036000, "duration_sec": 9,