cpu/intel/haswell/Kconfig: Intend help text with two spaces
commit4e01cfb6d5199b9061ec9df79446aab90553380f
authorPaul Menzel <paulepanter@users.sourceforge.net>
Mon, 13 May 2013 21:06:34 +0000 (13 23:06 +0200)
committerAaron Durbin <adurbin@google.com>
Fri, 24 May 2013 05:57:33 +0000 (24 07:57 +0200)
tree45a41789d841704255207c1501d3b7402e3a742c
parent87b9bf5bad4f40ec39371df571f806350aa3d9a2
cpu/intel/haswell/Kconfig: Intend help text with two spaces

Commit »haswell: 24MHz monotonic time implementation« (c46cc6f1) [1]
added the Kconfig variable `MONOTONIC_TIMER_MSR` with a help text,
but only used one space instead of the suggested two spaces for
indentation. So add one space.

»Lines under a "config" definition are indented with one tab, while
help text is indented an additional two spaces.« [2]

[1] http://review.coreboot.org/3153
[2] https://www.kernel.org/doc/Documentation/CodingStyle
    (Chapter 10: Kconfig configuration files)

Change-Id: I39cf356bfd54c66a2f1b837c6667dcc915e41f29
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/3262
Tested-by: build bot (Jenkins)
Reviewed-by: Aaron Durbin <adurbin@google.com>
src/cpu/intel/haswell/Kconfig