1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2024-12-22 17:34:18 +03:00
libvirt/build-aux
Martin Kletzander d697de90c0 bracket-spacing: Don't modify current line
In bracket-spacing.pl, the current $line is being modified in $data.
That, however, spoils that $data for another check.  Introduce new
$tmpdata variable that can be used for temporary modifications.  The
difference between $data and $line is that $data are as much cleaned as
possible from non-code blocks and these changes must be kept.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
2014-11-14 17:13:36 +01:00
..
augeas-gentest.pl maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
bracket-spacing.pl bracket-spacing: Don't modify current line 2014-11-14 17:13:36 +01:00