flash: nand: align switch and case statements

The coding style requires the 'case' to be at the same indentation
level of its 'switch' statement.

Align the code accordingly.

No changes are reported by
	git log -p -w --ignore-blank-lines --patience

Change-Id: I9689e5b4650b8301d1b81e384e4db41b4efc3993
Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
Reviewed-on: https://review.openocd.org/c/openocd/+/9032
Tested-by: jenkins
This commit is contained in:
Antonio Borneo
2025-06-28 00:05:13 +02:00
parent 1042a8d179
commit f711ccfd7a
5 changed files with 234 additions and 234 deletions