bitbake: bitbake-user-manual-metadata.xml: fixed some example whitespace issues

I added some whitespace to bring the example to use 5 spaces
rather than for so that it follows the manual's convention.

(Bitbake rev: 4c6e7d88d715db18e61bb263dfd2672ebb6c6b09)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2014-07-10 10:45:09 +03:00 committed by Richard Purdie
parent 335defe010
commit d74b8824ae
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@
is to attach some brief documentation to a BitBake variable as
follows:
<literallayout class='monospaced'>
CACHE[doc] = "The directory holding the cache of the metadata."
CACHE[doc] = "The directory holding the cache of the metadata."
</literallayout>
</para>
</section>