diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-04 09:05:35 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-04 09:23:57 +0200 |
| commit | 5e1ef5e23dd3e594072f8f32cbb4a6f392d36e55 (patch) | |
| tree | 7a908bfccc9530a818d730a6a4de22739a910b6e /format.sh | |
| parent | a113f91c6be56c3f39fc7680ec7f5c814d4d2c27 (diff) | |
fw/modules: add astdx for embdfs.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'format.sh')
| -rwxr-xr-x | format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ THIS_DIR="$(dirname "$THIS_PATH")" # in the regular expression just below FILE_LIST="$(find "$THIS_DIR" | grep -E ".*(\.cc|\.c|\.h)$")" -echo -e "Files found to format = \n\"\"\"\n$FILE_LIST\n\"\"\"" +echo -e "Files found to format: \n\"\"\"\n$FILE_LIST\n\"\"\"" # Format each file. # - NB: do NOT put quotes around `$FILE_LIST` below or else the `clang-format` command will |
