diff options
| author | 2023-06-25 17:26:36 -0500 | |
|---|---|---|
| committer | 2023-06-25 17:29:09 -0500 | |
| commit | 4b7b285aa9eb57a23c9a29b377f90d95151f639b (patch) | |
| tree | d18d6253a177328e3bc4fff7584f13225e219559 /tools | |
| parent | Squashed commit of the following: (diff) | |
Remove MSVC compiler warning.
Diffstat (limited to 'tools')
| -rw-r--r--[-rwxr-xr-x] | tools/format.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/format.sh b/tools/format.sh index 37e03f26..57c568cd 100755..100644 --- a/tools/format.sh +++ b/tools/format.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh # Format all code with astyle |
