URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=21ac94a323e6ede4407dddf1190f5bfe5f7915d0
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
21ac94a by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
stats_tree: re-indent else for avoid warning found by PVS Studio (V705)
It is possible that 'else' block was forgotten or commented out, thus altering the program's operation logics
Change-Id: Ie246592282bd0791021159f90b4b8aeb92cff86f
Reviewed-on: https://code.wireshark.org/review/12333
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f00af59 file: fix Potentially uninitialized variable 'err/err_info' used found by PVS Studio (V614)
adds 21ac94a stats_tree: re-indent else for avoid warning found by PVS Studio (V705)
Summary of changes:
epan/stats_tree.c | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)