[SystemZ] Test case formatting fixes
Fix systematically wrong whitespace from a prior automated change.
NFC.
llvm-svn: 337542
diff --git a/llvm/test/CodeGen/SystemZ/fp-mul-05.ll b/llvm/test/CodeGen/SystemZ/fp-mul-05.ll
index b9f2e74..dc716f1 100644
--- a/llvm/test/CodeGen/SystemZ/fp-mul-05.ll
+++ b/llvm/test/CodeGen/SystemZ/fp-mul-05.ll
@@ -12,7 +12,7 @@
; CHECK: std %f0, 0(%r2)
; CHECK: std %f2, 8(%r2)
; CHECK: br %r14
- %f1 = load fp128 , fp128 *%ptr
+ %f1 = load fp128, fp128 *%ptr
%f2x = fpext float %f2 to fp128
%diff = fmul fp128 %f1, %f2x
store fp128 %diff, fp128 *%ptr