]> code.ossystems Code Review - openembedded-core.git/commit
archiver.bbclass: indent fixes
authorRobert Yang <liezhi.yang@windriver.com>
Thu, 23 Aug 2012 15:03:10 +0000 (23:03 +0800)
committerSaul Wold <sgw@linux.intel.com>
Tue, 28 Aug 2012 15:03:40 +0000 (08:03 -0700)
commit5eacbcdf306d9e743164a1563559cd24eb5fffe0
treef5f55d1a4c69f948d8fff64421bbab92ce7d46a2
parent9a8b4fcac639404caa8ac87717118b3380239838
archiver.bbclass: indent fixes

Several fixes:
* It uses mixed tab and whitespace as the indent in one function,
  Fix them to use "4 spaces" as the indent.

* Remove the unwanted blank, for example, more than one blank lines
  appeared together.

* Remove the tail whitespace.

[YOCTO #2619]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/archiver.bbclass
meta/classes/package_rpm.bbclass