diff options
author | rbuj <[email protected]> | 2020-08-04 10:39:44 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-08-04 16:39:25 +0200 |
commit | 85a22e754cd1f43e178e4a81c182643d4319bc5b (patch) | |
tree | ec52f20880ba991d7abcc863de2a9c302ddf2d41 /src/core/xprops.c | |
parent | 29f0d1d7ddd859433bf953fba3861a4746b3f09a (diff) | |
download | marco-85a22e754cd1f43e178e4a81c182643d4319bc5b.tar.bz2 marco-85a22e754cd1f43e178e4a81c182643d4319bc5b.tar.xz |
Remove trailing spaces/tabs
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \;
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
Diffstat (limited to 'src/core/xprops.c')
-rw-r--r-- | src/core/xprops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/xprops.c b/src/core/xprops.c index f1b21f00..bd374195 100644 --- a/src/core/xprops.c +++ b/src/core/xprops.c @@ -665,7 +665,7 @@ text_property_to_utf8 (Display *xdisplay, XFreeStringList (local_list); return NULL; } - + if (g_get_charset (&charset)) ret = g_strdup (local_list[0]); else |