From 933edca0f1d88055e7aaeea8aa3ea7ca3e610c84 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Mon, 2 Nov 2015 19:03:18 +0000 Subject: [PATCH] Convert tabs to spaces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@251817 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/ELF/relocation-pc.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/MC/ELF/relocation-pc.s b/test/MC/ELF/relocation-pc.s index ca7addf3a62..28a911db8d9 100644 --- a/test/MC/ELF/relocation-pc.s +++ b/test/MC/ELF/relocation-pc.s @@ -2,8 +2,8 @@ // Test that we produce the correct relocation. - loope 0 # R_X86_64_PC8 - jmp -256 # R_X86_64_PC32 + loope 0 # R_X86_64_PC8 + jmp -256 # R_X86_64_PC32 // CHECK: Section { // CHECK: Index: -- 2.34.1