Skip to content

Commit 8be06b8

Browse files
committed
[ML] Change brace placement in shell scripts (#83)
This changes brace placement for functions in shell scripts to match the style that was introduced for the C++ code in #15.
1 parent 362572a commit 8be06b8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev-tools/docker_build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
#
1515
# Finally, the Docker container used for the build is deleted.
1616

17-
usage()
18-
{
17+
usage() {
1918
echo "Usage: $0 linux|linux-musl|macosx ..."
2019
exit 1
2120
}

dev-tools/docker_test.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
#
1515
# Finally, the Docker container used for the build/test is deleted.
1616

17-
usage()
18-
{
17+
usage() {
1918
echo "Usage: $0 linux ..."
2019
exit 1
2120
}

0 commit comments

Comments
 (0)