item_updater: style simplification

Change-Id: I71c37c1ea0324ffab639852b725d3a853adbc3dc
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
1 file changed
tree: ed3cc10b9c90be70f771062246569d7fe609e858
  1. m4/
  2. test/
  3. .gitignore
  4. activation.cpp
  5. activation.hpp
  6. bootstrap.sh
  7. configure.ac
  8. generate-squashfs
  9. item_updater.cpp
  10. item_updater.hpp
  11. item_updater_main.cpp
  12. LICENSE
  13. Makefile.am
  14. README.md
  15. version.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`.