fpicker/source/win32/VistaFilePickerImpl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6fc4d07b26869bdaf7b768e4548f1a15941fdbba
Author:     Stephan Bergmann <sberg...@redhat.com>
AuthorDate: Tue Apr 27 08:49:08 2021 +0200
Commit:     Stephan Bergmann <sberg...@redhat.com>
CommitDate: Tue Apr 27 11:10:11 2021 +0200

    loplugin:indentation (clang-cl)
    
    Change-Id: Idd1b0282efd1aac524067504a956f0fccdbce6d8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114694
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sberg...@redhat.com>

diff --git a/fpicker/source/win32/VistaFilePickerImpl.cxx 
b/fpicker/source/win32/VistaFilePickerImpl.cxx
index 0c1518b9527c..a38e237e2511 100644
--- a/fpicker/source/win32/VistaFilePickerImpl.cxx
+++ b/fpicker/source/win32/VistaFilePickerImpl.cxx
@@ -1184,7 +1184,7 @@ void VistaFilePickerImpl::impl_sta_EnableControl(Request& 
rRequest)
 void VistaFilePickerImpl::impl_SetDefaultExtension( const OUString& 
currentFilter )
 {
    TFileDialog iDialog = impl_getBaseDialogInterface();
-    if (!iDialog.is())
+   if (!iDialog.is())
         return;
 
    if (currentFilter.getLength())
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to