From: Ján Tomko Date: Thu, 20 Feb 2014 14:13:57 +0000 (+0100) Subject: Replace space with a tab in the Makefile X-Git-Tag: v1.2.3-rc1~382 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a093628857e28a2c0b26a623b32c7c007d5b0c7b;p=thirdparty%2Flibvirt.git Replace space with a tab in the Makefile All the other test_programs in the section use tabs and virportallocatortest sticks out with tab width other than 8. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 1b752b2c2a..cd917349aa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -143,7 +143,7 @@ test_programs = virshtest sockettest \ virlockspacetest \ virlogtest \ virstringtest \ - virportallocatortest \ + virportallocatortest \ sysinfotest \ virstoragetest \ virnetdevbandwidthtest \