From 4586ccdfe6e62e6c104f65f798e6242c7a146333 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Neusch=C3=A4fer?= Date: Tue, 25 Sep 2018 14:00:13 +0200 Subject: Documentation/lib/payloads/fit.md: Consistently indent with tabs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sphinx displays a tab as four spaces, which makes code indented with eight spaces per level stand out. Format the example configuration file in fit.md consistently with tabs to make it look consistent everywhere. Change-Id: Ia1d4c44e68e5267bac1f0f558421c6a0c7a9329c Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/28734 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich Reviewed-by: Patrick Rudolph --- Documentation/lib/payloads/fit.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'Documentation/lib/payloads/fit.md') diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md index 22a50dbe1aeb..ac7b3e60687d 100644 --- a/Documentation/lib/payloads/fit.md +++ b/Documentation/lib/payloads/fit.md @@ -122,17 +122,17 @@ the following example configuration: }; }; ramdisk-1 { - description = "Compressed Initramfs"; - data = /incbin/("initramfs.cpio.xz"); - type = "ramdisk"; - arch = "arm64"; - os = "linux"; - compression = "none"; - load = <00000000>; - entry = <00000000>; - hash-1 { - algo = "sha1"; - }; + description = "Compressed Initramfs"; + data = /incbin/("initramfs.cpio.xz"); + type = "ramdisk"; + arch = "arm64"; + os = "linux"; + compression = "none"; + load = <00000000>; + entry = <00000000>; + hash-1 { + algo = "sha1"; + }; }; }; -- cgit v1.2.3