Wed, Jul 20, 2016 at 09:19:24PM CEST, [email protected] wrote: >On Mon, 18 Jul 2016 09:51:17 +0200 >Jiri Pirko <[email protected]> wrote: > >> From: Jiri Pirko <[email protected]> >> >> 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 <[email protected]> > >This no longer applies, put in change to json_writer for bridge formatting. >Is it still needed?
Looks like this is fixed now in master. Please drop this. Thanks.
