cjlin1 / libsvm

LIBSVM -- A Library for Support Vector Machines
https://www.csie.ntu.edu.tw/~cjlin/libsvm/
BSD 3-Clause "New" or "Revised" License
4.55k stars 1.64k forks source link

Added Brackets to Fix Premature Return, Various Formatting Issues #31

Open Shlufi opened 9 years ago

Shlufi commented 9 years ago

Made various minute changes to the formatting to increase code readability. In addition, added brackets around many of the if and for statements - I ran into issues with hitting premature return statements at a couple of locations