loplugin:indentation (--disable-assert-always-abort)

Change-Id: I9f5f60771e7d658e0806428eb1c515ebb6fad6dd
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100146
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
This commit is contained in:
Stephan Bergmann
2020-08-04 23:31:58 +02:00
parent 29ad996498
commit f121a9fd85

View File

@@ -3552,7 +3552,7 @@ gboolean GtkDropTarget::signalDragDrop(GtkWidget* pWidget, GdkDragContext* conte
#ifndef NDEBUG
bool res =
#endif
g_idle_remove_by_data(this);
g_idle_remove_by_data(this);
assert(res);
css::datatransfer::dnd::DropTargetDropEvent aEvent;