meson: reformat with meson formatter

Apply the `meson format` results.

Change-Id: I1038d734aa030fc63345280a846c34c5b70b0d16
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
6 files changed
tree: 3c041ec43d66fc3915e6ae0a0ce89b307436b705
  1. dump/
  2. subprojects/
  3. watchdog/
  4. .clang-format
  5. .gitignore
  6. .shellcheck-ignore
  7. checkstop_app.cpp
  8. LICENSE
  9. meson.build
  10. meson.options
  11. OWNERS
  12. README.md
  13. watchdog_timeout.cpp
README.md

openpower-debug-collector

Building the Code

To build this package, do the following steps:

    1. meson build
    2. ninja -C build

To clean the repository run `rm -rf build`.