]> WPIA git - gigi.git/blobdiff - util/org/cacert/gigi/util/FetchLocales.java
upd: whitespace changes (formatting)
[gigi.git] / util / org / cacert / gigi / util / FetchLocales.java
index f3097af1ba36f3ecb321b0ea2253fa8f12f3faec..0b61dcca65763b1196678a7fa4b74daa83e10cb8 100644 (file)
@@ -33,7 +33,7 @@ public class FetchLocales {
     public static String PO_URL_TEMPLATE = "https://" + DOWNLOAD_SERVER + "/%/gigi/messages.po";
 
     public static final String[] AUTO_LANGS = new String[] {
-        "de"
+            "de"
     };
 
     public static void main(String[] args) throws IOException, ParserConfigurationException, TransformerException {