From: Rudolf Polzer <divverent@xonotic.org>
Date: Mon, 2 Apr 2012 06:56:20 +0000 (+0200)
Subject: align :)
X-Git-Tag: xonotic-v0.7.0~60
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=6a8d8950f197eef8e5631b90285c1071035b3957;p=xonotic%2Fxonotic.git

align :)
---

diff --git a/misc/tools/all/repos.subr b/misc/tools/all/repos.subr
index aa77bb3f..e50e21dd 100644
--- a/misc/tools/all/repos.subr
+++ b/misc/tools/all/repos.subr
@@ -1,19 +1,19 @@
 allmirrors()
 {
-	"$@" git '' git://git.xonotic.org/xonotic/ ''
-	"$@" http '' http://git.xonotic.org/xonotic/ ''
-	"$@" ssh '' ssh://xonotic@git.xonotic.org/ ''
+	"$@" git  ''   git://git.xonotic.org/xonotic/      ''
+	"$@" http ''   http://git.xonotic.org/xonotic/     ''
+	"$@" ssh  ''   ssh://xonotic@git.xonotic.org/      ''
 
-	"$@" ssh push ssh://xonotic@push.git.xonotic.org/ ''
+	"$@" ssh  push ssh://xonotic@push.git.xonotic.org/ ''
 
-	"$@" git de git://de.git.xonotic.org/xonotic/ ''
-	"$@" http de http://de.git.xonotic.org/xonotic/ ''
+	"$@" git  de   git://de.git.xonotic.org/xonotic/   ''
+	"$@" http de   http://de.git.xonotic.org/xonotic/  ''
 
-	"$@" git nl git://nl.git.xonotic.org/xonotic/ '*3/2'
-	"$@" http nl http://nl.git.xonotic.org/xonotic/ '*3/2'
+	"$@" git  nl   git://nl.git.xonotic.org/xonotic/   '*3/2'
+	"$@" http nl   http://nl.git.xonotic.org/xonotic/  '*3/2'
 
-	"$@" git us git://us.git.xonotic.org/xonotic/ ''
-	"$@" http us http://us.git.xonotic.org/xonotic/ ''
+	"$@" git  us   git://us.git.xonotic.org/xonotic/   ''
+	"$@" http us   http://us.git.xonotic.org/xonotic/  ''
 }
 
 allrepos()