commit | fe382d4d3098f2479d09143d4d7f978ca855777e | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Fri Nov 03 17:47:02 2023 +0200 |
committer | Carles CufĂ <carles.cufi@nordicsemi.no> | Mon Nov 06 12:32:31 2023 +0100 |
tree | 4b2dea2c148d8d7160cc4e04b21eda14852cea02 | |
parent | 537cb1ffbe5e41d5775a66036c7dbd740ca2da53 [diff] |
acpi: shell: Remove unnecessary newlines The ACPI shell command create way too much vertical empty space. Remove the unnecesary newlines and use indentation to indicate grouping of lines. At the same time, place case statments with variable declarations behind {} since otherwise both the Zephyr compliance checker and some other static analyzers get confused by the code in the branch. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>