Skip to content

Commit ae4c400

Browse files
[NFC] Fix spacing in clang/test/Driver/aix-ld.c
Fix one line with mismatch in indentation after afc277b.
1 parent 8a1084a commit ae4c400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/aix-ld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@
403403
// CHECK-LD32-NOSTDLIBXX-LCXX: "-L[[SYSROOT]]/usr/lib"
404404
// CHECK-LD32-NOSTDLIBXX-LCXX-NOT: "-lc++"
405405
// CHECK-LD32-NOSTDLIBXX-LCXX: "[[RESOURCE_DIR]]{{/|\\\\}}lib{{/|\\\\}}aix{{/|\\\\}}libclang_rt.builtins-powerpc.a"
406-
// CHECK-LD32-NOSTDLIBXX-LCXX: "-lm"
406+
// CHECK-LD32-NOSTDLIBXX-LCXX: "-lm"
407407
// CHECK-LD32-NOSTDLIBXX-LCXX: "-lc"
408408

409409
// Check powerpc64-ibm-aix7.1.0.0, 64-bit. -nostdlib++.

0 commit comments

Comments
 (0)