core: examples: consistency cleanups
authorKent Gibson <warthog618@gmail.com>
Fri, 23 Jun 2023 04:38:54 +0000 (12:38 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Fri, 23 Jun 2023 13:55:44 +0000 (15:55 +0200)
commitb77080c1d678d9728d845cb8de0fa9ebe109e935
tree2fbfb1cf55597b558be666c1cf2d3cdd280ce686
parentb9b8b689ce2f914b3617cdd907d139d6e2cc053a
core: examples: consistency cleanups

A collection of minor cleanups to make the examples more consistent and
ease the addition of more examples:
 - reformat Makefile.am to simplify adding more examples
 - add line offset to value output
 - remove commas from edge event output
 - replace while(1) with for (;;)
 - fix a typo in Makefile.am
 - fix an error handling goto in toggle_line_value.c

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
examples/Makefile.am
examples/async_watch_line_value.c
examples/get_line_value.c
examples/toggle_line_value.c
examples/watch_line_value.c