[diffoscope] 02/02: fix comments indentation
Mattia Rizzolo
mattia at debian.org
Tue May 31 00:58:47 CEST 2016
This is an automated email from the git hooks/post-receive script.
mattia pushed a commit to branch master
in repository diffoscope.
commit cadf38e4699fe256582527431fb6148bac17e3ac
Author: Mattia Rizzolo <mattia at debian.org>
Date: Mon May 30 10:03:25 2016 +0000
fix comments indentation
Git-Dch: Ignore
---
diffoscope/comparators/elf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/diffoscope/comparators/elf.py b/diffoscope/comparators/elf.py
index e9c8e01..e39b939 100644
--- a/diffoscope/comparators/elf.py
+++ b/diffoscope/comparators/elf.py
@@ -397,10 +397,10 @@ class ElfContainer(Container):
#os.link(debug_file.path, dest_path)
# But for now, we need to do more complicated thingsā¦
# 1. Use objcopy to create a file with only the original .gnu_debuglink section
- # as we will have to update it to get the CRC right.
+ # as we will have to update it to get the CRC right.
debuglink_path = get_named_temporary_file(prefix='{}.debuglink.'.format(self.source.path)).name
subprocess.check_call(['objcopy', '--only-section=.gnu_debuglink', self.source.path, debuglink_path], shell=False, stderr=subprocess.DEVNULL)
- # 2. Monkey-patch the ElfSection object created for the .gnu_debuglink to
+ # 2. Monkey-patch the ElfSection object created for the .gnu_debuglink to
# change the path to point to this new file
section = self._sections['.gnu_debuglink']
class MonkeyPatchedElfSection(section.__class__):
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/diffoscope.git
More information about the diffoscope
mailing list