commit | e87d508ae556c3ec21eee4921341a05480e9d6e5 | [log] [tgz] |
---|---|---|
author | Pisit Sawangvonganan <pisit@ndrsolution.com> | Wed Jul 31 14:43:43 2024 +0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Aug 08 20:21:13 2024 -0400 |
tree | a3d24ad164da2a7e22c65460cab6040fbcfdf5da | |
parent | 0c7e87714d923d5e1db89e0fb15fbdf45dcd4a00 [diff] |
net: wifi: shell: manual code formatting Various manual code formatting adjustments, including: - Wrapping lines in the `long_options` declaration to prevent them from extending too far to the right. - Adding missing `{` and `}` in the `if` statement in `cmd_wifi_set_rts_threshold`. - Aligning `SHELL_CMD_ARG` in `wifi_commands` with previous declarations. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>