diff options
author | Linus Groh <mail@linusgroh.de> | 2021-04-20 18:29:35 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-20 18:38:13 +0200 |
commit | 09f8d52b002ec5e3abc23d04eec8eefde86734e6 (patch) | |
tree | 8414eed7c0f9492dede00f34654a930d4544a70e /Ports/hatari/package.sh | |
parent | 899698c31733cd0c4649c0e6ea7ee9059e25ae8b (diff) | |
download | serenity-09f8d52b002ec5e3abc23d04eec8eefde86734e6.zip |
Ports: Consistently indent with four spaces
Diffstat (limited to 'Ports/hatari/package.sh')
-rwxr-xr-x | Ports/hatari/package.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ports/hatari/package.sh b/Ports/hatari/package.sh index aaec604194..4fa2186c25 100755 --- a/Ports/hatari/package.sh +++ b/Ports/hatari/package.sh @@ -10,7 +10,7 @@ files="https://github.com/hatari/hatari/archive/${commit}.tar.gz ${commit}.tar.g auth_type=md5 configure() { - run cmake $configopts + run cmake $configopts } install() { |