From 4bf3cf1c674c2a7dc4dfe0f871a6cdec6fb9dea9 Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Tue, 4 Jun 2013 18:55:30 -0400 Subject: [PATCH] Fix whitespace (imported from commit 27ad5cda6ce439f81fb0ab231ef43303f2d70736) --- zephyr/lib/html_diff.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/lib/html_diff.py b/zephyr/lib/html_diff.py index fb4f869260..c7577ce674 100644 --- a/zephyr/lib/html_diff.py +++ b/zephyr/lib/html_diff.py @@ -36,7 +36,7 @@ def chunkize(text, in_tag): if start != idx: chunks.append(('tag' if in_tag else 'text', text[start:idx])) return chunks, in_tag - + def highlight_chunks(chunks, highlight_func): retval = '' for type, text in chunks: