diff options
author | Ishan Khanna <ishan1604@gmail.com> | 2015-03-04 01:39:02 +0530 |
---|---|---|
committer | Ishan Khanna <ishan1604@gmail.com> | 2015-03-04 01:39:02 +0530 |
commit | 32d934808bcff70150111479ec3f462d476f47fb (patch) | |
tree | 66ca526d806b6cb710b6ad53a8b6b59cd176e9f7 /.gitmodules | |
parent | 89ebb985fb214fb808efef96445bbc0f5dcabe1e (diff) | |
download | open-keychain-32d934808bcff70150111479ec3f462d476f47fb.tar.gz open-keychain-32d934808bcff70150111479ec3f462d476f47fb.tar.bz2 open-keychain-32d934808bcff70150111479ec3f462d476f47fb.zip |
Fixed Spacing issue
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index fde452994..1577e4f83 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,11 +19,11 @@ [submodule "extern/minidns"] path = extern/minidns url = https://github.com/open-keychain/minidns.git - ignore = dirty + ignore = dirty [submodule "extern/TokenAutoComplete"] path = extern/TokenAutoComplete url = https://github.com/open-keychain/TokenAutoComplete [submodule "extern/safeslinger-exchange"] path = extern/safeslinger-exchange - url = https://github.com/open-keychain/exchange-android - ignore = dirty + url = https://github.com/open-keychain/exchange-android + ignore = dirty |