diff options
author | Jim Meyering <meyering@redhat.com> | 2009-07-16 08:25:36 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-07-16 15:06:42 +0200 |
commit | 07613d2020b655793a13cd7acabfdd4f1540ac3c (patch) | |
tree | c9e0a7a0d1d2776a8589f49e5d6c5681e18e4dce /tests/storagepoolschemadata | |
parent | 4a7acedd3c59a6a750576cb8680bc3f08fe0b52c (diff) | |
download | libvirt-07613d2020b655793a13cd7acabfdd4f1540ac3c.tar.gz |
remove all trailing blank lines
by running this command:
git ls-files -z | xargs -0 perl -pi -0777 -e 's/\n\n+$/\n/'
This is in preparation for a more strict make syntax-check
rule that will detect trailing blank lines.
Diffstat (limited to 'tests/storagepoolschemadata')
-rw-r--r-- | tests/storagepoolschemadata/pool-fs.xml | 1 | ||||
-rw-r--r-- | tests/storagepoolschemadata/pool-netfs.xml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/storagepoolschemadata/pool-fs.xml b/tests/storagepoolschemadata/pool-fs.xml index c253c5507e..ee2bb552f6 100644 --- a/tests/storagepoolschemadata/pool-fs.xml +++ b/tests/storagepoolschemadata/pool-fs.xml @@ -17,4 +17,3 @@ </permissions> </target> </pool> - diff --git a/tests/storagepoolschemadata/pool-netfs.xml b/tests/storagepoolschemadata/pool-netfs.xml index cb4252c723..4bd18c5852 100644 --- a/tests/storagepoolschemadata/pool-netfs.xml +++ b/tests/storagepoolschemadata/pool-netfs.xml @@ -18,4 +18,3 @@ </permissions> </target> </pool> - |