[Libreoffice-commits] core.git: shell/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Nov 19 17:29:31 UTC 2019


 shell/source/win32/ooofilereader/contentreader.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a83975ff44141595f9bce3088550aee545b6622
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Tue Nov 19 15:19:18 2019 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Nov 19 18:28:34 2019 +0100

    loplugin:indentation (clang-cl)
    
    Change-Id: I9da73ceef20a0b2535694438a3a6b20876dccd0f
    Reviewed-on: https://gerrit.libreoffice.org/83208
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/shell/source/win32/ooofilereader/contentreader.cxx b/shell/source/win32/ooofilereader/contentreader.cxx
index f6ad69eebef5..efdf5ba1ecd3 100644
--- a/shell/source/win32/ooofilereader/contentreader.cxx
+++ b/shell/source/win32/ooofilereader/contentreader.cxx
@@ -87,7 +87,7 @@ ITag* CContentReader::chooseTagReader( const std::wstring& tag_name, const XmlTa
         // if style:style | style:name is exist,, fill the style field, otherwise do nothing;
         if  ( XmlAttributes.find(CONTENT_STYLE_STYLE_NAME) != XmlAttributes.end())
             return new CAutoStyleTag(XmlAttributes);
-       else
+        else
             return new CDummyTag;
     }
     else if ( ( tag_name == CONTENT_STYLE_PROPERTIES ) || ( tag_name == CONTENT_TEXT_STYLE_PROPERTIES ) )


More information about the Libreoffice-commits mailing list