[Libreoffice-commits] online.git: 2 commits - loolwsd/Makefile.am

Tor Lillqvist tml at collabora.com
Tue Jun 9 09:35:33 PDT 2015


 loolwsd/Makefile.am |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit f09991e6c87afba70bf602724a8da3e575925b28
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jun 9 19:29:17 2015 +0300

    Don't use TABs for variable assignment lines

diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am
index 98ae42b..c3c5011 100644
--- a/loolwsd/Makefile.am
+++ b/loolwsd/Makefile.am
@@ -13,9 +13,9 @@ connect_SOURCES = Connect.cpp Util.cpp LOOLProtocol.cpp
 lokitclient_SOURCES = LOKitClient.cpp Util.cpp
 
 noinst_HEADERS = LOKitHelper.hpp LOOLProtocol.hpp LOOLSession.hpp LOOLWSD.hpp LoadTest.hpp TileCache.hpp Util.hpp \
-		 tsqueue.h \
-	         bundled/include/LibreOfficeKit/LibreOfficeKit.h bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h \
-		 bundled/include/LibreOfficeKit/LibreOfficeKitInit.h bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h
+                 tsqueue.h \
+                 bundled/include/LibreOfficeKit/LibreOfficeKit.h bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h \
+                 bundled/include/LibreOfficeKit/LibreOfficeKitInit.h bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h
 
 clean-cache:
 # Intentionally don't use "*" below... Avoid risk of accidentally running rm -rf /*
commit 692b971a55a17d7fa7c6a04d1a32fde5cc47cf52
Author: Tor Lillqvist <tml at collabora.com>
Date:   Tue Jun 9 19:27:05 2015 +0300

    Add tsqueue.h

diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am
index 06d9ce3..98ae42b 100644
--- a/loolwsd/Makefile.am
+++ b/loolwsd/Makefile.am
@@ -13,6 +13,7 @@ connect_SOURCES = Connect.cpp Util.cpp LOOLProtocol.cpp
 lokitclient_SOURCES = LOKitClient.cpp Util.cpp
 
 noinst_HEADERS = LOKitHelper.hpp LOOLProtocol.hpp LOOLSession.hpp LOOLWSD.hpp LoadTest.hpp TileCache.hpp Util.hpp \
+		 tsqueue.h \
 	         bundled/include/LibreOfficeKit/LibreOfficeKit.h bundled/include/LibreOfficeKit/LibreOfficeKitEnums.h \
 		 bundled/include/LibreOfficeKit/LibreOfficeKitInit.h bundled/include/LibreOfficeKit/LibreOfficeKitTypes.h
 


More information about the Libreoffice-commits mailing list