Indentation fix

This commit is contained in:
Michael Natterer 2009-09-17 14:50:23 +02:00
parent b77cbdf3a1
commit 82c48eeb9e
1 changed files with 2 additions and 2 deletions

View File

@ -1375,8 +1375,8 @@ gimp_display_shell_canvas_tool_events (GtkWidget *canvas,
shell->last_read_motion_time = history_events[i]->time;
}
tool_manager_control_active (gimp, GIMP_TOOL_ACTION_RESUME,
display);
tool_manager_control_active (gimp, GIMP_TOOL_ACTION_RESUME,
display);
gdk_device_free_history (history_events, n_history_events);
}