app: indentation fixes in the transform tools
(cherry picked from commit 9f823c396a)
This commit is contained in:
parent
3675916880
commit
cd4eaf6e54
2 changed files with 3 additions and 3 deletions
|
|
@ -340,7 +340,7 @@ gimp_transform_grid_tool_control (GimpTool *tool,
|
|||
|
||||
case GIMP_TOOL_ACTION_HALT:
|
||||
gimp_transform_grid_tool_halt (tg_tool);
|
||||
break;
|
||||
break;
|
||||
|
||||
case GIMP_TOOL_ACTION_COMMIT:
|
||||
if (tool->display)
|
||||
|
|
|
|||
|
|
@ -74,8 +74,8 @@ static GeglBuffer * gimp_transform_tool_real_transform (GimpTran
|
|||
gint *new_offset_x,
|
||||
gint *new_offset_y);
|
||||
|
||||
static gboolean gimp_transform_tool_confirm (GimpTransformTool *tr_tool,
|
||||
GimpDisplay *display);
|
||||
static gboolean gimp_transform_tool_confirm (GimpTransformTool *tr_tool,
|
||||
GimpDisplay *display);
|
||||
|
||||
|
||||
G_DEFINE_TYPE (GimpTransformTool, gimp_transform_tool, GIMP_TYPE_DRAW_TOOL)
|
||||
|
|
|
|||
Loading…
Reference in a new issue