[gimp] app: indentation cleanup.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] app: indentation cleanup.
- Date: Sat, 16 Apr 2016 18:08:57 +0000 (UTC)
commit f3d6dd356d3dd372cd17b140ade90522ef08743d
Author: Jehan <jehan girinstud io>
Date: Sat Apr 16 19:08:13 2016 +0100
app: indentation cleanup.
Replace tabs with spaces.
app/tools/gimptexttool-editor.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app/tools/gimptexttool-editor.c b/app/tools/gimptexttool-editor.c
index e2548cb..44e1564 100644
--- a/app/tools/gimptexttool-editor.c
+++ b/app/tools/gimptexttool-editor.c
@@ -802,8 +802,8 @@ gimp_text_tool_move_cursor (GimpTextTool *text_tool,
}
else if (count > 0)
{
- if (! gtk_text_iter_forward_visible_word_ends (&cursor, count))
- gtk_text_iter_forward_to_line_end (&cursor);
+ if (! gtk_text_iter_forward_visible_word_ends (&cursor, count))
+ gtk_text_iter_forward_to_line_end (&cursor);
}
break;
@@ -1115,7 +1115,7 @@ gimp_text_tool_select_all (GimpTextTool *text_tool,
GtkTextIter cursor;
gtk_text_buffer_get_iter_at_mark (buffer, &cursor,
- gtk_text_buffer_get_insert (buffer));
+ gtk_text_buffer_get_insert (buffer));
gtk_text_buffer_move_mark_by_name (buffer, "selection_bound", &cursor);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]