Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2172516

This series wraps the *C-language* *.[ch] source files at 80 characters,
as much as possible.

Some lines are impossible to wrap: those are URLs.

Considering files that contain such lines (URLs), we can form two
classes:

- in the first class of files, we still wrap some other lines, so those
  files are modified by this patch series, and the corresponding commit
  messages highlight the fact that the total widths of the affected
  source files remain above 80 characters;

- in the second class of files, there is nothing else to wrap, so I'm
  listing those files only here:

  common/replacements/poll.c
  common/utils/utils.c
  filters/luks/luks-encryption.h
  plugins/file/winfile.c
  wrapper.c

"It was painful to write and test, it should be painful to review (TM)"
¯\_(ツ)_/¯

Cc: Nolan Leake <no...@sigbus.net>

Thanks!
Laszlo

Laszlo Ersek (17):
  common/utils/utils.h: wrap source code at 80 chars
  common/utils/windows-compat.h: wrap source code at 80 chars
  filters/cache: wrap source code at 80 chars
  filters/exportname: wrap source code at 80 chars
  filters/ext2: wrap source code at 80 chars
  filters/extentlist: wrap source code at 80 chars
  filters/noparallel: wrap source code at 80 chars
  filters/nozero: wrap source code at 80 chars
  filters/partition: wrap source code at 80 chars
  include/nbdkit-plugin.h: wrap source code at 80 chars
  plugins/floppy: wrap source code at 80 chars
  plugins/nbd: wrap source code at 80 chars
  plugins/perl: wrap source code at 80 chars
  plugins/ruby: wrap source code at 80 chars
  plugins/sh: wrap source code at 80 chars
  plugins/vddk: wrap source code at 80 chars
  server: wrap source code at 80 chars

 common/utils/utils.h            |  3 +-
 common/utils/windows-compat.h   | 11 +++---
 filters/cache/cache.c           |  3 +-
 filters/exportname/exportname.c | 17 ++++----
 filters/ext2/ext2.c             |  6 +--
 filters/extentlist/extentlist.c | 13 ++++---
 filters/noparallel/noparallel.c |  5 ++-
 filters/nozero/nozero.c         |  5 ++-
 filters/partition/partition.c   |  3 +-
 include/nbdkit-plugin.h         |  3 +-
 plugins/floppy/directory-lfn.c  | 13 +++++--
 plugins/floppy/virtual-floppy.c | 19 ++++++---
 plugins/nbd/nbd.c               | 41 +++++++++++---------
 plugins/perl/perl.c             |  2 +-
 plugins/ruby/ruby.c             |  3 +-
 plugins/sh/call.c               |  2 +-
 plugins/vddk/vddk.c             | 12 ++++--
 server/filters.c                |  2 +-
 server/internal.h               |  7 +++-
 server/main.c                   |  6 ++-
 server/plugins.c                |  2 +-
 21 files changed, 108 insertions(+), 70 deletions(-)


base-commit: 50f87e4995906bbcd00014932d1837ed16131b8e
_______________________________________________
Libguestfs mailing list
Libguestfs@redhat.com
https://listman.redhat.com/mailman/listinfo/libguestfs

Reply via email to