[gimp] app: re-format a comment in gimptransformtool.c



commit 95584e5548df65e5ec2cdefa565e4cfefec45590
Author: Michael Natterer <mitch gimp org>
Date:   Wed Aug 22 20:41:44 2012 +0200

    app: re-format a comment in gimptransformtool.c

 app/tools/gimptransformtool.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/app/tools/gimptransformtool.c b/app/tools/gimptransformtool.c
index b7dfb71..d17e25a 100644
--- a/app/tools/gimptransformtool.c
+++ b/app/tools/gimptransformtool.c
@@ -1600,8 +1600,10 @@ gimp_transform_tool_response (GtkWidget         *widget,
               }
             else if (response_id == RESPONSE_RESET)
               {
-                /* Move all undo events to redo, and pop off the first one as that's the current one,
-                 * which always sits on the undo_list */
+                /* Move all undo events to redo, and pop off the first
+                 * one as that's the current one, which always sits on
+                 * the undo_list
+                 */
                 tr_tool->redo_list =
                   g_list_remove (g_list_concat (g_list_reverse (tr_tool->undo_list),
                                                 tr_tool->redo_list),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]