pixunil / cinnamon-applet-system-monitor

An applet for Cinnamon which shows CPU, Memory and Swap usage, Disk and Network rates with graphs
http://cinnamon-spices.linuxmint.com/applets/view/198
GNU General Public License v2.0
15 stars 5 forks source link

Fixed some JSHint problems #2

Closed ham1 closed 9 years ago

ham1 commented 9 years ago

e.g. tabs to spaces, white space around if, for, while and opening function braces, added 0 to .5 etc. for clarity and added braces around some single line if, else for body to improve readability and make it less likely to make mistakes if changing that code in future.

The diff doesn't look very good as I replaced tabs with 4 spaces. However a "git diff -w" works fairly well.

Thanks for the applet!

ham1 commented 9 years ago

Sorry, just found a mistake, will try again ;)