From 646d927175ebd0bb1d7af7d51b41bc1d7b1fe651 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Mon, 11 Nov 2019 12:22:55 -0800 Subject: Replace tabs with spaces. (NFC) --- .../TestDSYMSourcePathRemapping.py | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py') diff --git a/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py index 2ee37915039..0f5daf51e97 100644 --- a/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py +++ b/lldb/packages/Python/lldbsuite/test/macosx/DBGSourcePathRemapping/TestDSYMSourcePathRemapping.py @@ -35,24 +35,24 @@ class TestDSYMSourcePathRemapping(lldbtest.TestBase): import re self.assertTrue(re.match(r'[0-9a-fA-F-]+', uuid)) plist = os.path.join(dsym, 'Contents', 'Resources', uuid + '.plist') - with open(plist, 'w') as f: + with open(plist, 'w') as f: f.write('\n') f.write('\n') - f.write('\n') - f.write('\n') - f.write(' DBGSourcePathRemapping\n') - f.write(' \n') - f.write(' ' + botdir + '\n') - f.write(' ' + userdir + '\n') - f.write(' \n') - f.write('\n') - f.write('\n') + f.write('\n') + f.write('\n') + f.write(' DBGSourcePathRemapping\n') + f.write(' \n') + f.write(' ' + botdir + '\n') + f.write(' ' + userdir + '\n') + f.write(' \n') + f.write('\n') + f.write('\n') @skipIf(debug_info=no_match("dsym")) def test(self): self.build() - + target, process, _, _ = lldbutil.run_to_name_breakpoint( self, 'main') self.expect("source list -n main", substrs=["Hello Absolute"]) -- cgit v1.2.3