Run astyle

Change-Id: Iba20bab3093f15339760d4f782cc6d6e89156ab0
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
7 files changed
tree: db20efdaf87410ef32b8ea9d323b1ba3ce018fc9
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. directory.cpp
  7. directory.hpp
  8. hwmon.hpp
  9. LICENSE
  10. Makefile.am
  11. readd.cpp
  12. README.md
  13. sensorcache.hpp
  14. sensorset.cpp
  15. sensorset.hpp
  16. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.