]> granicus.if.org Git - esp-idf/commit
wifi_scan_example: Indentation Fixes
authorPiyush Shah <piyush@espressif.com>
Wed, 15 Nov 2017 07:34:21 +0000 (13:04 +0530)
committerPiyush Shah <piyush@espressif.com>
Wed, 15 Nov 2017 09:31:11 +0000 (15:01 +0530)
commit371c66f18811aaa05e6e6e6d353f0f3b3bcbe0da
tree73a6ed1ee6c11ff8a95586de9ffede204502c934
parentb83792f50428648ef41bd7679c59fa0f8fa7936d
wifi_scan_example: Indentation Fixes

- Trailing white spaces removed
- Re-formatted switch-case

Basic indentation fixes were done using tools/format.sh and switch-case
formatting was done manually (to identify different levels for "switch"
and "case")

Signed-off-by: Piyush Shah <piyush@espressif.com>
examples/wifi/scan/main/scan.c