clang-format: copy latest and re-format

clang-format-16 has some backwards incompatible changes that require
additional settings for best compatibility and re-running the formatter.
Copy the latest .clang-format from the docs repository and reformat the
repository.

Change-Id: I6083e412d8356a97b5213a138f370bfeb43a69b3
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
8 files changed
tree: 1159e7e673df2b4879728da57ee03cbdc78e2f13
  1. test/
  2. .clang-format
  3. .gitignore
  4. bootstrap.sh
  5. callout.cpp
  6. callout.hpp
  7. condense_policy.py
  8. configure.ac
  9. create_error_reports.py
  10. dbus.cpp
  11. dbus.hpp
  12. interfaces.hpp
  13. LICENSE
  14. main.cpp
  15. Makefile.am
  16. manager.cpp
  17. manager.hpp
  18. OWNERS
  19. policy_find.cpp
  20. policy_find.hpp
  21. policy_table.cpp
  22. policy_table.hpp
  23. README.md
README.md

ibm-logging

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.