Skip to content
Snippets Groups Projects
Commit 2b76c22e authored by Chris Lamb's avatar Chris Lamb :eyes:
Browse files

Correct indentation levels in various files.


Signed-off-by: Chris Lamb's avatarChris Lamb <lamby@debian.org>
parent 147d0c07
No related branches found
No related tags found
No related merge requests found
......@@ -176,7 +176,7 @@ def run_diffoscope(parsed_args):
with make_printer(parsed_args.html_output) as print_func:
output_html(difference, css_url=parsed_args.css_url, print_func=print_func)
if parsed_args.html_output_directory:
output_html_directory(parsed_args.html_output_directory, difference, css_url=parsed_args.css_url, jquery_url=parsed_args.jquery_url)
output_html_directory(parsed_args.html_output_directory, difference, css_url=parsed_args.css_url, jquery_url=parsed_args.jquery_url)
if parsed_args.text_output:
with make_printer(parsed_args.text_output or '-') as print_func:
output_text(difference, print_func=print_func)
......
......@@ -27,7 +27,7 @@ from diffoscope.difference import Difference
class Iccdump(Command):
@tool_required('cd-iccdump')
def cmdline(self):
return ['cd-iccdump', self.path]
return ['cd-iccdump', self.path]
class IccFile(File):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment