Skip to content

Commit b63f664

Browse files
committed
Format fix
1 parent c1bc7ce commit b63f664

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/lib/TargetParser/Triple.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,8 @@ StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) {
375375
case MuslSF:
376376
return "muslsf";
377377
case MuslX32: return "muslx32";
378-
case MuslWALI: return "muslwali";
378+
case MuslWALI:
379+
return "muslwali";
379380
case Simulator: return "simulator";
380381
case Pixel: return "pixel";
381382
case Vertex: return "vertex";

0 commit comments

Comments
 (0)