[Libreoffice-commits] core.git: sw/source
himajin100000
himajin100000 at gmail.com
Sat Mar 31 15:46:03 UTC 2018
sw/source/core/bastyp/bparr.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 5c7ba324eb1b66b367c3f00164044a80778b8871
Author: himajin100000 <himajin100000 at gmail.com>
Date: Sat Mar 31 20:58:31 2018 +0900
restore carelessly removed expandtab for vim
see Miklos' comment on https://gerrit.libreoffice.org/#/c/52168/
Change-Id: Ief0cc781580e9b50c28d5f550189469ffa82d25a
Reviewed-on: https://gerrit.libreoffice.org/52191
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/sw/source/core/bastyp/bparr.cxx b/sw/source/core/bastyp/bparr.cxx
index e8add976077e..da67b8b1a617 100644
--- a/sw/source/core/bastyp/bparr.cxx
+++ b/sw/source/core/bastyp/bparr.cxx
@@ -495,4 +495,4 @@ sal_uInt16 BigPtrArray::Compress()
return nFirstChgPos;
}
-/* vim:set shiftwidth=4 softtabstop=4 */
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
More information about the Libreoffice-commits
mailing list