mirror of https://github.com/GNOME/gimp.git
app: indentation fixes in the transform tools
This commit is contained in:
parent
6023f97509
commit
9f823c396a
|
@ -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 New Issue