sof/tools/logger
Daniel Baluta 101912b934 logger: Reduce one level of indentation
There is one extra level of identation for all the
code inside format_file_name function.

Remove that to enhance readability.

Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com>
2021-01-05 17:23:26 +00:00
..
CMakeLists.txt logger: Parse runtime filter levels 2020-08-25 13:09:38 +01:00
convert.c logger: Reduce one level of indentation 2021-01-05 17:23:26 +00:00
convert.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
filter.c logger: fix uninitialized FILE *out_fd in filter_update_firmware() 2020-09-15 10:03:04 +01:00
filter.h logger: Create global convert_config variable to avoid spaghetti code. 2020-09-01 10:11:55 +01:00
logger.c logger: Check for unused arguments 2020-10-21 11:48:19 +01:00
misc.c logger: Fix log_err usage at early stages of sof-logger run 2020-10-20 10:41:17 +01:00
misc.h logger: use __attribute__((format(printf, 1, 2))) in misc.h 2020-09-14 10:43:54 +01:00