diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-27 13:13:01 +0100 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-12-27 13:13:15 +0100 |
commit | c19979f2f83f79ee8788d90716b8ebc68b18ca8b (patch) | |
tree | b2d10d4b877942caecfed0311bc5944c325e9e10 | |
parent | 80b648c15156a2056f113a42ad527d90c37d0593 (diff) | |
download | manifest-c19979f2f83f79ee8788d90716b8ebc68b18ca8b.tar.gz manifest-c19979f2f83f79ee8788d90716b8ebc68b18ca8b.tar.bz2 manifest-c19979f2f83f79ee8788d90716b8ebc68b18ca8b.zip |
Fix whitespace inconsistenciesreplicant-6.0-dev
Most remotes used only spaces (especially the upstream ones), but some
tabs were present in the Replicant and F-Droid remotes, so we
converted everything to spaces for consistency with upstream.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r-- | default.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/default.xml b/default.xml index 3ef3bfe..3e11f44 100644 --- a/default.xml +++ b/default.xml @@ -9,12 +9,12 @@ fetch=".." /> <remote name="replicant" - fetch=".." + fetch=".." revision="replicant-6.0" /> <remote name="fdroid" - fetch=".." - revision="refs/tags/0.2.8" /> + fetch=".." + revision="refs/tags/0.2.8" /> <remote name="private" fetch="ssh://git@github.com" /> |