From: Jiri Pirko <redacted>
Fix indentation of the very last "}" which is currently indented,
leaving the last 2 "}" like this:
\t}
\t}
EOF
So fix it to be:
\t}
}
EOF
Fixes fcc16c2287 ("provide common json output formatter")
Signed-off-by: Jiri Pirko <redacted>
This no longer applies, put in change to json_writer for bridge formatting.
Is it still needed?