mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:37:45 +00:00
Everywhere: Remove unnecessary whitespace at the end of some lines.
This commit is contained in:
parent
6749ba3477
commit
1f81bc6879
32 changed files with 76 additions and 76 deletions
|
@ -16,7 +16,7 @@ die() {
|
|||
|
||||
# To support virtualization acceleration on mac
|
||||
# we need to use 64-bit qemu
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||
if [ "$(uname)" = "Darwin" ] && [ "$(uname -m)" = "x86_64" ]; then
|
||||
|
||||
[ -z "$SERENITY_QEMU_BIN" ] && SERENITY_QEMU_BIN="qemu-system-x86_64"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue