Skip to content

Commit 219e2b2

Browse files
committed
Fix formatting
1 parent 467006e commit 219e2b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/TargetParser/Triple.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,8 @@ class Triple {
801801

802802
/// Tests whether the target uses WALI Wasm
803803
bool isWALI() const {
804-
return getArch() == Triple::wasm32 &&
805-
isOSLinux() && getEnvironment() == Triple::MuslWALI;
804+
return getArch() == Triple::wasm32 && isOSLinux() &&
805+
getEnvironment() == Triple::MuslWALI;
806806
}
807807

808808
/// Tests whether the target is the PS4 platform.

0 commit comments

Comments
 (0)