summaryrefslogtreecommitdiff
path: root/ybd.py
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-06-16 16:56:37 +0100
committerJavier Jardón <jjardon@gnome.org>2015-06-16 16:56:37 +0100
commit22a4b1c8b263918b1f33ab786572b332f716ef28 (patch)
treef16a7be0d846fc8c86c6267dda74b8a45a2315d4 /ybd.py
parenta5b2ee86f04ae6b64901b0493418dcef72853672 (diff)
downloadybd-22a4b1c8b263918b1f33ab786572b332f716ef28.tar.gz
ybd.py: Fix indentation
Diffstat (limited to 'ybd.py')
-rwxr-xr-xybd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ybd.py b/ybd.py
index 7c957a7..ca9186e 100755
--- a/ybd.py
+++ b/ybd.py
@@ -43,7 +43,7 @@ else:
arch = platform.machine()
if arch in ('mips', 'mips64'):
if arch == 'mips':
- arch = 'mips32'
+ arch = 'mips32'
if sys.byteorder == 'big':
arch = arch + 'b'
else: