[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Wed Aug 5 06:57:36 UTC 2020


 vcl/unx/gtk3/gtk3gtkframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f121a9fd8500f849b091d704f33bfa87ea9d1fb7
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Aug 4 23:31:58 2020 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Wed Aug 5 08:56:56 2020 +0200

    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 at redhat.com>

diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 6bae76eab3fc..ba20f59d3ac8 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -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;


More information about the Libreoffice-commits mailing list