[evolution] EHTMLEditorView - Fix formatting
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorView - Fix formatting
- Date: Tue, 31 Mar 2015 11:54:12 +0000 (UTC)
commit 22926edcb33c89fff336b3a71929f15980f597ba
Author: Tomas Popela <tpopela redhat com>
Date: Tue Mar 31 07:41:13 2015 +0200
EHTMLEditorView - Fix formatting
e-util/e-html-editor-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index b5d2de9..2aaf38f 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -5872,7 +5872,7 @@ get_decoded_line_length (WebKitDOMDocument *document,
text_length = webkit_dom_character_data_get_length (WEBKIT_DOM_CHARACTER_DATA (node));
total_length += text_length;
length += text_length;
- } if (WEBKIT_DOM_IS_ELEMENT (node)) {
+ } else if (WEBKIT_DOM_IS_ELEMENT (node)) {
if (element_has_class (WEBKIT_DOM_ELEMENT (node), "Apple-tab-span")) {
total_length += TAB_LENGTH - length % TAB_LENGTH;
length = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]