Use indentation to increase readability
authorLaslo Hunhold <dev@frign.de>
Tue, 1 May 2018 17:01:22 +0000 (19:01 +0200)
committerAaron Marcher <me@drkhsh.at>
Tue, 1 May 2018 17:43:49 +0000 (19:43 +0200)
commit9750a3d731cd381e832bcacf1d03e48ddb46cc16
treed3b6d97ad8434a14e8fed7dfe3a2e733df4e05bb
parent42edfea89a47cbf0623d1aaf5673a4e5ca79fb52
Use indentation to increase readability

Granted, this style is definitely not common, but for the short
utility-functions of this program it's just the right choice. This
provides great flexibility, such that in the long run, it will be
possible to also share code between the OS-implementations.

This also keeps the state-keeping at a minimum and makes it clearer
which functions are implemented on which OS without having to jiggle
around with too many files in the process.
LICENSE
components/battery.c
components/cpu.c
components/entropy.c
components/ram.c
components/swap.c
components/temperature.c
components/uptime.c
components/wifi.c