]> git.sesse.net Git - vlc/blobdiff - src/libvlc-module.c
Removes trailing spaces. Removes tabs.
[vlc] / src / libvlc-module.c
index 9e964073381d1b464d99ded656f8d6c02633dc86..cdf42aaaed13cfded76dfdc90444bab78c0ec072 100644 (file)
@@ -40,7 +40,7 @@
 #if defined (WIN32) || defined (__APPLE__)
 static const char *ppsz_language[] =
 { "auto", "ar", "en", "en_GB", "ca", "cs", "da", "de", "es", "fa"  "fr", "gl",
-    "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro", 
+    "he", "hu", "it", "ja", "ka", "ko", "ms", "nl", "oc", "pl", "pt_BR", "ro",
     "ru", "sk", "sl", "sv", "tr", "zh_CN", "zh_TW" };
 
 static const char *ppsz_language_text[] =
@@ -48,7 +48,7 @@ static const char *ppsz_language_text[] =
 N_("Catalan"), N_("Czech"), N_("Danish"), N_("German"), N_("Spanish"),
 N_("Persian"), N_("French"), N_("Galician"), N_("Hebrew"), N_("Hungarian"),
 N_("Italian"), N_("Japanese"),N_("Georgian"), N_("Korean"), N_("Malay"),
-N_("Dutch"), N_("Occitan"), N_("Polish"), N_("Brazilian Portuguese"), 
+N_("Dutch"), N_("Occitan"), N_("Polish"), N_("Brazilian Portuguese"),
 N_("Romanian"), N_("Russian"), N_("Slovak"), N_("Slovenian"), N_("Swedish"),
 N_("Turkish"), N_("Simplified Chinese"), N_("Chinese Traditional") };
 #endif