]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Replace space with a tab in the Makefile
authorJán Tomko <jtomko@redhat.com>
Thu, 20 Feb 2014 14:13:57 +0000 (15:13 +0100)
committerJán Tomko <jtomko@redhat.com>
Mon, 3 Mar 2014 13:35:22 +0000 (14:35 +0100)
All the other test_programs in the section use tabs
and virportallocatortest sticks out with tab width
other than 8.

tests/Makefile.am

index 1b752b2c2a1a15de3daac1316c4d201aabb0eda2..cd917349aa05c056a7b37e18de9a2c699475a05f 100644 (file)
@@ -143,7 +143,7 @@ test_programs = virshtest sockettest \
        virlockspacetest \
        virlogtest \
        virstringtest \
-        virportallocatortest \
+       virportallocatortest \
        sysinfotest \
        virstoragetest \
        virnetdevbandwidthtest \