Enable clang-format

Ideally would have done this from the beginning,
but better later than never.

Change-Id: Ib4c73085c4817496c9f2ee505c19149a67b394dc
Signed-off-by: Matt Spinler <spinler@us.ibm.com>
11 files changed
tree: 22154ea5b50209f327e3686ccc985c4a18838131
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. condense_policy.py
  6. configure.ac
  7. create_error_reports.py
  8. dbus.cpp
  9. dbus.hpp
  10. interfaces.hpp
  11. LICENSE
  12. main.cpp
  13. Makefile.am
  14. manager.cpp
  15. manager.hpp
  16. policy_find.cpp
  17. policy_find.hpp
  18. policy_table.cpp
  19. policy_table.hpp
  20. README.md
README.md

Provides IBM specific error logging functionality.

To Build

To build this package, do the following steps:

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

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