summaryrefslogtreecommitdiff
path: root/src/ui/theme.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-08-04 10:39:44 +0200
committerraveit65 <[email protected]>2020-08-04 16:39:25 +0200
commit85a22e754cd1f43e178e4a81c182643d4319bc5b (patch)
treeec52f20880ba991d7abcc863de2a9c302ddf2d41 /src/ui/theme.c
parent29f0d1d7ddd859433bf953fba3861a4746b3f09a (diff)
downloadmarco-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/ui/theme.c')
-rw-r--r--src/ui/theme.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/theme.c b/src/ui/theme.c
index 4c3c20b1..711fa0cd 100644
--- a/src/ui/theme.c
+++ b/src/ui/theme.c
@@ -1376,7 +1376,7 @@ meta_color_spec_new_from_string (const char *str,
MetaColorSpec *spec;
spec = NULL;
-
+
if (strncmp (str, "gtk:custom", 10) == 0)
{
const char *color_name_start, *fallback_str_start, *end;