Based on comments received in D80415 pertinent to test case format, the following fixes are provided to other tests in 'aix-ld.c' for the sake of consistency and readability,
- Align flags in RUN directives vertically.
- Align patterns in CHECK directives vertically.
- Remove the ‘-o %t.o’ as it’s unnecessary for tests with ‘-###’.
- Fix typos in comments.
The two-space indent for continuations on a pipeline or similar boundary was intentional. We're only somewhat okay here because the non-terminal commands are all multiline deep indentation. I think we should retain the two-space indent.