From 0870d7a5e381074130a32f060c6a08256bf9d7fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= <agx@sigxcpu.org> Date: Thu, 21 Jun 2018 11:25:20 +0200 Subject: [PATCH] phosh: remove trailing whitespace --- src/phosh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phosh.c b/src/phosh.c index 313f683..246e201 100644 --- a/src/phosh.c +++ b/src/phosh.c @@ -782,7 +782,7 @@ phosh_shell_constructed (GObject *object) gtk_icon_theme_add_resource_path (gtk_icon_theme_get_default (), "/sm/puri/phosh/icons"); - + env_setup (); css_setup (self); panel_create (self); -- GitLab