[evolution] Correct the indentation
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Correct the indentation
- Date: Fri, 19 Aug 2016 14:49:01 +0000 (UTC)
commit 57bcf53240feffbf403926d33135ac8a48746cf0
Author: Tomas Popela <tpopela redhat com>
Date: Fri Aug 19 15:06:44 2016 +0200
Correct the indentation
.../web-extension/e-editor-dom-functions.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index 2f6c218..7076a1b 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -12129,7 +12129,7 @@ e_editor_dom_selection_indent (EEditorPage *editor_page)
final_width = word_wrap_length - SPACES_PER_INDENTATION * (level + 1);
if (final_width < MINIMAL_PARAGRAPH_WIDTH &&
- !e_editor_page_get_html_mode (editor_page))
+ !e_editor_page_get_html_mode (editor_page))
goto next;
}
@@ -15373,7 +15373,6 @@ e_editor_dom_selection_is_bold (EEditorPage *editor_page)
g_return_val_if_fail (E_IS_EDITOR_PAGE (editor_page), FALSE);
is_bold = e_editor_page_get_bold (editor_page);
-
is_bold = dom_selection_is_font_format (
editor_page, (IsRightFormatNodeFunc) is_bold_element, &is_bold);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]