On Thu, Sep 24, 2020 at 02:45:19PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski <bgolaszew...@baylibre.com> > > 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.