commit | c7f52c4b6e2efbac98b4cc98f09e8614160fab66 | [log] [tgz] |
---|---|---|
author | Alex Kiernan <alex.kiernan@gmail.com> | Fri Mar 09 12:12:59 2018 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 19 16:14:19 2018 -0400 |
tree | 9ff1d0a99e9b28dab998b699363af3133ab779d1 | |
parent | 5c643db4cc95c6ac6457731cb5bb75d6896e415b [diff] |
tools: env: Pass through indent Pass tools/env/fw_env.c through indent to correct style violations. This commit consists of only one non-whitespace change: tools/env/fw_env.c:549: error: do not use assignment in if condition Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>