+21
−18
Loading
The coding pattern to NOT intialize variables at declaration time but
rather near code which makes us eof them makes it much easier to grok
the overall logic, specially when the init is not simply 0 or 1
Signed-off-by:
Vineet Gupta <vgupta@synopsys.com>