Randy Dunlap <randy.dunlap@xxxxxxxxxx> writes:
On Wed, 28 Nov 2007 01:49:54 +0100 =?utf-8?q?Ferenc_W=C3=A1gner?= wrote:
Patches 1 & 3 use
if (res) statement;
but the preferred form is
if (res)
statement;
Even if this style was already used in the source file, it should
be cleaned up.
No principal problem. So that I learn something useful: how should I
go about this? I created the patches with git-format-patch, and they
depend on each other, so I'd rather not git-reset, if possible...
Can I just create a follow-up patch which fixes this stylistic issue?