Skip to content
Commit 7f492f3c authored by Luca Ceresoli's avatar Luca Ceresoli Committed by Michal Simek
Browse files

tools: zynqmp_psu_init_minimize.sh: fix return lines coding style



Remove unneeded parenthess around return value. E.g.:
    return (0);   ->   return 0;

Signed-off-by: default avatarLuca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 5456935a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment