From c3d18afaa54fe81aef80e45ec3564f7318dd4966 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 7 May 2013 13:55:53 +0100 Subject: classes/recipes/lib: Fix various python whitespace issues There are some left over tab characters in the python functions. This removes them and resolves python 3 errors. (From OE-Core rev: fafeb381c48291fa65c634c01c244843c8d7fad3) Signed-off-by: Richard Purdie --- meta/lib/oe/qa.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/lib/oe/qa.py') diff --git a/meta/lib/oe/qa.py b/meta/lib/oe/qa.py index 4777ddc06a..c4376f0161 100644 --- a/meta/lib/oe/qa.py +++ b/meta/lib/oe/qa.py @@ -72,7 +72,7 @@ class ELFFile: return ord(self.data[ELFFile.EI_ABIVERSION]) def abiSize(self): - return self.bits + return self.bits def isLittleEndian(self): return self.sex == "<" -- cgit v1.2.3-54-g00ecf