[coreboot-gerrit] Change in coreboot[master]: Documentation/lib/payloads/fit.md: Consistently indent with tabs

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Tue Sep 25 17:11:07 CEST 2018


Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/28734


Change subject: Documentation/lib/payloads/fit.md: Consistently indent with tabs
......................................................................

Documentation/lib/payloads/fit.md: Consistently indent with tabs

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 <j.neuschaefer at gmx.net>
---
M Documentation/lib/payloads/fit.md
1 file changed, 11 insertions(+), 11 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/34/28734/1

diff --git a/Documentation/lib/payloads/fit.md b/Documentation/lib/payloads/fit.md
index 22a50db..ac7b3e6 100644
--- a/Documentation/lib/payloads/fit.md
+++ b/Documentation/lib/payloads/fit.md
@@ -122,17 +122,17 @@
 			};
 		};
 		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";
+			};
 		};
 	};
 

-- 
To view, visit https://review.coreboot.org/28734
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia1d4c44e68e5267bac1f0f558421c6a0c7a9329c
Gerrit-Change-Number: 28734
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180925/de5a3cba/attachment.html>


More information about the coreboot-gerrit mailing list