Skip to content

Commit 02df558

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 214e439 commit 02df558

File tree

1,155 files changed

+1569
-2084
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,155 files changed

+1569
-2084
lines changed

.github/workflows/make-test-all.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,3 @@ jobs:
5353
- run: opam exec -- make build DUNE_PROFILE=dev
5454

5555
- run: opam exec -- make test-all DUNE_PROFILE=dev
56-

.github/workflows/make-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,3 @@ jobs:
7676
dune-cache: true
7777

7878
- run: opam exec -- dune fmt
79-

Makefile.x86_64

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ litmus-cata-x86_64-test-kvm: litmus-x86_64-dep
7575
fi
7676
$(RM) -rf $(KUT_DIR)
7777
@ echo "litmus7 in -mode kvm catalogue x86_64 tests: OK"
78-

VERSION.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
7.58+1
2-

acl2/asl/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,3 @@ complete without error.
7878
Both of these test builds leave `*.t` files under their subdirectories,
7979
which can disrupt dune-based testing of herdtools and asllib. Run
8080
`make clean` in both test subdirectories to fix this.
81-

acl2/asl/acl2-customization.lsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;; SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
66
;; SPDX-License-Identifier: BSD-3-Clause
7-
;;
7+
;;
88
;;****************************************************************************;;
99
;; Disclaimer: ;;
1010
;; This material covers both ASLv0 (viz, the existing ASL pseudocode language ;;

acl2/asl/aslreftests/dune-project

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
(lang dune 3.16)
22

33
(name acl2test)
4-

acl2/asl/bin/run-acl2asl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ fi
3232

3333
# generated by chatgpt
3434
awk -v start="$start_pattern" -v end="$end_pattern" '
35-
index($0, start) {flag=1; next}
36-
index($0, end) && flag {exit}
35+
index($0, start) {flag=1; next}
36+
index($0, end) && flag {exit}
3737
flag { printf "%s", sep $0; sep=ORS }' "$outfile"
3838

3939
exit $status

acl2/asl/bin/run-aslref-test.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,11 @@ fi
8989
if [[ "$aslref_out" != "" ]]; then
9090
echo "$aslref_out";
9191
fi
92-
92+
9393
# generated by chatgpt
9494
awk -v start="$start_pattern" -v end="$end_pattern" '
95-
index($0, start) {flag=1; next}
96-
index($0, end) && flag {exit}
95+
index($0, start) {flag=1; next}
96+
index($0, end) && flag {exit}
9797
flag { printf "%s", sep $0; sep=ORS }' "$outfile"
9898

9999

acl2/asl/cert.acl2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;;
55
;; SPDX-FileCopyrightText: Copyright 2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
66
;; SPDX-License-Identifier: BSD-3-Clause
7-
;;
7+
;;
88
;;****************************************************************************;;
99
;; Disclaimer: ;;
1010
;; This material covers both ASLv0 (viz, the existing ASL pseudocode language ;;

0 commit comments

Comments
 (0)