linux-on-mac / mbpfan

A simple daemon to control fan speed on all MacBook/MacBook Pros (probably all Apple computers) for Linux Kernel 3 and newer
https://ineed.coffee/projects/mbpfan
GNU General Public License v3.0
895 stars 139 forks source link

Reformat all Source Files with Eclipse K&R Formatter #233

Closed JoergOstertag closed 3 years ago

JoergOstertag commented 3 years ago

As suggested a Source code Reformat with an automated Source Code Formatter.

gaul commented 3 years ago

As I suggested clang-tidy is a more appropriate tool for this. Using a random IDE will have different results for each user depending on their configuration. I reformatted the code with the default settings and committed the much smaller diff.