]> Dogcows Code - chaz/openbox/blobdiff - openbox/prop.c
indenting
[chaz/openbox] / openbox / prop.c
index 98bbbd995536f2b9f5b37ca800776be7a929ea1f..25495ef44cae6366f46c7f345145c6270a124c6e 100644 (file)
@@ -293,7 +293,7 @@ gboolean prop_get_string_locale(Window win, Atom prop, char **ret)
 
     if (get_stringlist(win, prop, &list, &nstr) && nstr) {
         s = g_convert(list[0], strlen(list[0]), "UTF-8", "ISO-8859-1",
-                         NULL, NULL, NULL);
+                      NULL, NULL, NULL);
         XFreeStringList(list);
         if (s) {
             *ret = s;
This page took 0.021338 seconds and 4 git commands to generate.