From 5e1ef5e23dd3e594072f8f32cbb4a6f392d36e55 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 4 Apr 2025 09:05:35 +0200 Subject: fw/modules: add astdx for embdfs. Signed-off-by: Amlal El Mahrouss --- format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format.sh') diff --git a/format.sh b/format.sh index 0bfa3e0..145caf5 100755 --- a/format.sh +++ b/format.sh @@ -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 -- cgit v1.2.3