Documentation: gpio: Replace leading TABs by spaces in code blocks
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 8 Apr 2024 23:32:01 +0000 (02:32 +0300)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 12 Apr 2024 19:27:53 +0000 (21:27 +0200)
commit3de14369c2fcd11dbcb14fbec7bf740d6d78d80f
treee7755f78341e423c32e0cdd5a40a442d34d68c7a
parent1685f72a6dcc55b6a5e50c127b9a0165e8c682a3
Documentation: gpio: Replace leading TABs by spaces in code blocks

Code blocks are indented with two spaces. If there's a leading TAB, the
syntax highlighting might be broken in some editors. To prevent that,
unify all code blocks by using spaces instead of leading TAB(s).

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
[Bartosz: tweaked the commit message]
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Documentation/driver-api/gpio/driver.rst