From e82092f24584efe5b8641d708bd680e14b0ba59d Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 14 Jun 2016 12:20:44 -0600 Subject: [PATCH] Fix indenting Signed-off-by: Zack Cerza --- teuthology/suite/util.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/teuthology/suite/util.py b/teuthology/suite/util.py index 16755cae8..977b37d13 100644 --- a/teuthology/suite/util.py +++ b/teuthology/suite/util.py @@ -115,9 +115,9 @@ def get_distro_defaults(distro, machine_type): This is used to default to: ('x86_64', 'trusty', 'deb') when passed 'ubuntu' and 'plana' - ('armv7l', 'saucy', 'deb') when passed 'ubuntu' and 'saya' - ('x86_64', 'wheezy', 'deb') when passed 'debian' - ('x86_64', 'fedora20', 'rpm') when passed 'fedora' + ('armv7l', 'saucy', 'deb') when passed 'ubuntu' and 'saya' + ('x86_64', 'wheezy', 'deb') when passed 'debian' + ('x86_64', 'fedora20', 'rpm') when passed 'fedora' And ('x86_64', 'centos7', 'rpm') when passed anything else """ arch = 'x86_64' -- 2.47.3