+10
−6
Loading
"Go To Statement Considered Harmful" -- E. Dijkstra To avoid an unnecessary goto within the switch statement, move watchpoint insertion out of the switch statement. Improves readability. While at it, fix Coding Style issues (missing braces, indentation). Signed-off-by:liguang <lig.fnst@cn.fujitsu.com> Signed-off-by:
Andreas Färber <afaerber@suse.de>