Re: [Libguestfs] [nbdkit PATCH 11/17] plugins/floppy: wrap source code at 80 chars

2023-04-13 Thread Richard W.M. Jones
On Thu, Apr 13, 2023 at 04:03:40PM +0200, Laszlo Ersek wrote: > Note that this patch is untested. In "make check", "tests/test-floppy.sh" > passes. However, that test does not seem to pass the "size=..." option to > the plugin, and the code being modified in create_virtual_floppy() is > related to

[Libguestfs] [nbdkit PATCH 11/17] plugins/floppy: wrap source code at 80 chars

2023-04-13 Thread Laszlo Ersek
Wrap the source code at 80 characters. In the create_virtual_floppy() function, we have a complex calculation that is not really possible to squeeze under 80 characters in width, without extracting part of it to a local variable. The problem is *naming* the new variable, plus the *type* of the new