forked from auracaster/openocd
openocd: fix some coding style
Add space around math operators. Change-Id: I50fce3da283a78ba02bf70b6a752f7bf778d79f5 Signed-off-by: Mark Zhuang <mark.zhuang@spacemit.com> Reviewed-on: https://review.openocd.org/c/openocd/+/7585 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
990869f7ec
commit
7957208cf6
@@ -709,7 +709,7 @@ static int em357_probe(struct flash_bank *bank)
|
||||
|
||||
em357_info->ppage_size = 4;
|
||||
|
||||
LOG_INFO("flash size = %d KiB", num_pages*page_size/1024);
|
||||
LOG_INFO("flash size = %d KiB", num_pages * page_size / 1024);
|
||||
|
||||
free(bank->sectors);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user