[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20141223071041.GA25809@angus-think.lan>
Date: Tue, 23 Dec 2014 09:10:41 +0200
From: Vadim Kochan <vadim4j@...il.com>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: Vadim Kochan <vadim4j@...il.com>, netdev@...r.kernel.org
Subject: Re: [PATCH iproute2 v2] tc: Show classes in tree view
On Mon, Dec 22, 2014 at 05:35:54PM -0800, Stephen Hemminger wrote:
> On Mon, 22 Dec 2014 17:51:58 +0200
> Vadim Kochan <vadim4j@...il.com> wrote:
>
> > + while (cls && cls->cls_parent) {
> > + cls->cls_parent->cls_right = cls;
> > + cls = cls->cls_parent;
> > + }
> > + while (cls && cls->cls_right)
> > + {
>
> Why the sudden shift of bracketing style?
Oh no, it happened, in company where I work they uses different style, sorry ...
Thanks,
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists