sw/CppunitTest_sw_core_edit.mk |    2 +-
 sw/qa/core/edit/edit.cxx       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 068be2699e992a571f8851e7db6362dee8746ee3
Author:     Miklos Vajna <vmik...@collabora.com>
AuthorDate: Fri Aug 6 09:32:18 2021 +0200
Commit:     Miklos Vajna <vmik...@collabora.com>
CommitDate: Fri Aug 6 10:57:21 2021 +0200

    sw: fix footer for new file
    
    And a tab in makefile where surrounding code uses spaces.
    
    Addresses
    
<https://gerrit.libreoffice.org/c/core/+/120077/2#message-980569fcf06d57af04db12f1f8d96e805336c902>.
    
    Change-Id: I4a4e5fd5c989cbce5fa0602484eb6bba21c19851
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/120096
    Reviewed-by: Miklos Vajna <vmik...@collabora.com>
    Tested-by: Jenkins

diff --git a/sw/CppunitTest_sw_core_edit.mk b/sw/CppunitTest_sw_core_edit.mk
index 21afd9ec538f..b364e9813e35 100644
--- a/sw/CppunitTest_sw_core_edit.mk
+++ b/sw/CppunitTest_sw_core_edit.mk
@@ -26,7 +26,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_core_edit, \
     sfx \
     svxcore \
     sw \
-       swqahelper \
+    swqahelper \
     test \
     unotest \
     utl \
diff --git a/sw/qa/core/edit/edit.cxx b/sw/qa/core/edit/edit.cxx
index f049c5b4751d..9f0b3d4dd62b 100644
--- a/sw/qa/core/edit/edit.cxx
+++ b/sw/qa/core/edit/edit.cxx
@@ -40,4 +40,4 @@ CPPUNIT_TEST_FIXTURE(Test, testRedlineHidden)
 
 CPPUNIT_PLUGIN_IMPLEMENT();
 
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s 
cinkeys+=0=break: */

Reply via email to