Enable clang code format

Change-Id: I4490e930459a7eab6f6dd15198418c5314755d3f
Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
12 files changed
tree: dbeea8b1dfcce32d629960fc4cafab90da3b6dd7
  1. m4/
  2. org/
  3. test/
  4. .clang-format
  5. .gitignore
  6. activation.cpp
  7. activation.hpp
  8. bootstrap.sh
  9. configure.ac
  10. generate-squashfs
  11. generate-ubi
  12. item_updater.cpp
  13. item_updater.hpp
  14. item_updater_main.cpp
  15. LICENSE
  16. Makefile.am
  17. README.md
  18. serialize.cpp
  19. serialize.hpp
  20. version.cpp
  21. version.hpp
  22. watch.cpp
  23. watch.hpp
README.md

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`.