Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flow: fix declaration after label statement
It is good to have code block that has declaration within curly braces to avoid compilation error: label can only be part of a statement and a declaration is not a statement. Signed-off-by: Gowrishankar Muthukrishnan <gmuthukrishn@marvell.com> Change-Id: I1cf0235821f7fec7149ee65bfd532233a97f631d Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/137993 Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com> Reviewed-by: Harman Kalra <hkalra@marvell.com>
- Loading branch information