aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@theqtcompany.com>2016-05-06 14:56:23 +0200
committerSimon Hausmann <simon.hausmann@theqtcompany.com>2016-05-06 13:11:15 +0000
commit4dd806f26dff8ba3af01848b0a48d65cb1d2628d (patch)
tree3921af959b8280d445d01e9dc4e8d4bd3fa68ee5
parent2fcab18427559c0b6136e5e5d75b04cc1c2d6fe8 (diff)
Fix git submodules formatting.
The spaces instead of tabs, broke the Coin CI parsing of the urls. Change-Id: I65c1336cb1bd291f2a5b629bb8e431b65491b7d3 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
-rw-r--r--.gitmodules8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules
index e90ef1da8..bf44e8a51 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,15 +1,15 @@
[submodule "sources/pyside2"]
path = sources/pyside2
- url=../pyside
+ url = ../pyside
[submodule "sources/shiboken2"]
path = sources/shiboken2
- url=../shiboken
+ url = ../shiboken
[submodule "sources/pyside2-tools"]
path = sources/pyside2-tools
- url=../pyside-tools
+ url = ../pyside-tools
[submodule "sources/pyside2-examples"]
path = sources/pyside2-examples
- url=https://github.com/PySide/pyside2-examples.git
+ url = https://github.com/PySide/pyside2-examples.git
[submodule "wiki"]
path = wiki
url = https://github.com/PySide/pyside2.wiki.git