wolfreak99 / audio-router

Updated Fork of the now abandoned audiorouterdev/audio-router. Need help maintaining, please feel free to contribute.
GNU General Public License v3.0
40 stars 11 forks source link

Major code cleanup (automatic) [ci-skip] #6

Closed wolfreak99 closed 7 years ago

wolfreak99 commented 7 years ago

When I first discovered the audio-router source code, I really didn't like what I saw for the most part. Alot of the code was hard to read. So I setup a batch cleanup tool under the /Uncrustify folder, with a very strict set of rules in an attempt to clean up as much as possible. This is the output of that. Theres still some spots here and there such as

if (statement)
   do_this;

else
    do_that;

But those will be much easier to fix down the line manually.

This is a much needed starting point.