[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20160720121924.689f15f5@xeon-e3>
Date: Wed, 20 Jul 2016 12:19:24 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Jiri Pirko <jiri@...nulli.us>
Cc: netdev@...r.kernel.org, Jiri Pirko <jiri@...lanox.com>
Subject: Re: [patch iproute2] jsonw: Fix indentation of ending "}"
On Mon, 18 Jul 2016 09:51:17 +0200
Jiri Pirko <jiri@...nulli.us> wrote:
> From: Jiri Pirko <jiri@...lanox.com>
>
> 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 <jiri@...lanox.com>
This no longer applies, put in change to json_writer for bridge formatting.
Is it still needed?
Powered by blists - more mailing lists