Re: [PATCH 05/12] samples: configfs: improve alignment of broken lines

From: Christoph Hellwig
Date: Wed Oct 07 2020 - 09:44:51 EST


On Thu, Sep 24, 2020 at 02:45:19PM +0200, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
>
> Improve the coding style by correctly aligning broken lines where
> possible.

NAK, this actually makes the code much worse. Two-tab indents are
technically superior as they avoid pointlessly long line, and avoid
continuous re-indenting when prototypes change even just slightly.