]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
Config.in: indentation cleanup
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Sat, 2 Jul 2016 15:06:18 +0000 (17:06 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 2 Jul 2016 16:54:06 +0000 (18:54 +0200)
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Config.in

index bbe2bc3cf23226c8feb9d65685d9244c2b5c0f63..7bb2a01d650f28aa081b0dfe194de6b1cadbb066 100644 (file)
--- a/Config.in
+++ b/Config.in
@@ -730,14 +730,14 @@ endmenu
 
 config BR2_REPRODUCIBLE
        bool "Make the build reproducible (experimental)"
-        help
-          This option will remove all sources of non-reproducibility
-          from the build process. For a given Buildroot configuration,
-          this allows to generate exactly identical binaries from one
-          build to the other, including on different machines.
-
-          This is labeled as an experimental feature, as not all
-          packages behave properly to ensure reproducibility.
+       help
+         This option will remove all sources of non-reproducibility
+         from the build process. For a given Buildroot configuration,
+         this allows to generate exactly identical binaries from one
+         build to the other, including on different machines.
+
+         This is labeled as an experimental feature, as not all
+         packages behave properly to ensure reproducibility.
 
 endmenu