commit | 6cd571b02ef4530c48127886d493611929d30321 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Aug 01 16:03:25 2015 +0900 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 05 08:42:39 2015 -0600 |
tree | aac80edf6bd6536723c053f507e3ff411020b116 | |
parent | 6bd4484ec550a0530f832499bf8f1b3c0c89a13a [diff] |
lib: fdt: fix indent of #ifdef..#endif conditional Match the depth of indentation between #ifdef and #endif for better readability. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org>