commit | 04404c21cc973e37ca33c4a8443eaf7578cc2246 | [log] [tgz] |
---|---|---|
author | Eric Blake <eblake@redhat.com> | Fri Sep 26 09:20:31 2014 -0600 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Fri Sep 26 21:18:02 2014 +0400 |
tree | 90b73601f1c02285494fcf884cf11df088c405e3 | |
parent | c5d1e2cce3a994484a809b599e6b38325c4e4c0e [diff] |
qapi: Consistent whitespace in tests/Makefile tests/Makefile had a mix of TAB vs. 8-space indentation; given that it is a Makefile, TAB is more idiomatic even though in these particular cases the choice of whitespace didn't matter. Signed-off-by: Eric Blake <eblake@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>