libvirt/src/xen
Andrea Bolognani 3e7db8d3e8 Remove backslash alignment attempts
Right-aligning backslashes when defining macros or using complex
commands in Makefiles looks cute, but as soon as any changes is
required to the code you end up with either distractingly broken
alignment or unnecessarily big diffs where most of the changes
are just pushing all backslashes a few characters to one side.

Generated using

  $ git grep -El '[[:blank:]][[:blank:]]\\$' | \
    grep -E '*\.([chx]|am|mk)$$' | \
    while read f; do \
      sed -Ei 's/[[:blank:]]*[[:blank:]]\\$/ \\/g' "$f"; \
    done

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
2017-11-03 13:24:12 +01:00
..
block_stats.c xen: fix build error on rhel-5 2015-04-14 15:14:58 +02:00
block_stats.h headers: Remove unnecessary keyword extern from function declaration 2016-05-11 09:06:32 +02:00
xen_driver.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
xen_driver.h Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
xen_hypervisor.c Remove backslash alignment attempts 2017-11-03 13:24:12 +01:00
xen_hypervisor.h maint: Replace tabs with spaces in all source files in repo 2017-10-18 13:25:10 +02:00
xen_inotify.c Use virDirOpen 2016-06-24 14:20:57 +02:00
xen_inotify.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
xend_internal.c maint: Remove not-so-much informative block commentaries 2017-10-18 13:38:59 +02:00
xend_internal.h maint: Replace tabs with spaces in all source files in repo 2017-10-18 13:25:10 +02:00
xm_internal.c util/virhash: add name parameter to virHashSearch 2017-07-20 14:02:14 +02:00
xm_internal.h xen: fix race in refresh of config cache 2015-09-11 17:25:29 +01:00
xs_internal.c maint: Remove not-so-much informative block commentaries 2017-10-18 13:38:59 +02:00
xs_internal.h maint: Replace tabs with spaces in all source files in repo 2017-10-18 13:25:10 +02:00