From 2fab2c9d494035cc55d0bc56a47e784be6e64510 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Sun, 10 Feb 2019 12:29:29 +0200 Subject: loplugin:indentation in vcl Change-Id: Idd7166833764fdf1d9c42a050490572a8b330199 Reviewed-on: https://gerrit.libreoffice.org/67610 Tested-by: Jenkins Reviewed-by: Noel Grandin --- vcl/unx/gtk/a11y/atkfactory.cxx | 6 +++--- vcl/unx/gtk/a11y/atkutil.cxx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vcl/unx/gtk/a11y') diff --git a/vcl/unx/gtk/a11y/atkfactory.cxx b/vcl/unx/gtk/a11y/atkfactory.cxx index c95830f752df..3a776b20dcc7 100644 --- a/vcl/unx/gtk/a11y/atkfactory.cxx +++ b/vcl/unx/gtk/a11y/atkfactory.cxx @@ -70,8 +70,8 @@ atk_noop_object_wrapper_get_type() } ; type = g_type_register_static (ATK_TYPE_OBJECT, "OOoAtkNoOpObj", &typeInfo, GTypeFlags(0)) ; - } - return type; + } + return type; } static AtkObject* @@ -139,7 +139,7 @@ wrapper_factory_create_accessible( GObject *obj ) if( pWindow ) { - uno::Reference< accessibility::XAccessible > xAccessible = pWindow->GetAccessible(); + uno::Reference< accessibility::XAccessible > xAccessible = pWindow->GetAccessible(); if( xAccessible.is() ) { AtkObject *accessible = ooo_wrapper_registry_get( xAccessible ); diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx index 8aa3c0d80770..92905f6ec64b 100644 --- a/vcl/unx/gtk/a11y/atkutil.cxx +++ b/vcl/unx/gtk/a11y/atkutil.cxx @@ -784,9 +784,9 @@ ooo_atk_util_get_type() } ; type = g_type_register_static (parent_type, "OOoUtil", &typeInfo, GTypeFlags(0)) ; - } + } - return type; + return type; } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit v1.2.3