From 82008ccd7ad52e7e2f917b6a1de42dbe8546b7ec Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Mon, 15 Mar 2021 18:53:43 -0700 Subject: *: random whitespace cleanups Mostly trailing space/tab removals, no functional changes. --- src/rmd_wm_is_compositing.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/rmd_wm_is_compositing.c') diff --git a/src/rmd_wm_is_compositing.c b/src/rmd_wm_is_compositing.c index 95bc307..d6d5db4 100644 --- a/src/rmd_wm_is_compositing.c +++ b/src/rmd_wm_is_compositing.c @@ -42,14 +42,14 @@ boolean rmdWMIsCompositing(Display *dpy, int screen) char buf[32]; char *window_manager=rmdWMCheck( dpy, RootWindow( dpy, screen ) ); - //If the wm name is queried successfully the wm is compliant (source + //If the wm name is queried successfully the wm is compliant (source //http://standards.freedesktop.org/wm-spec/1.4/ar01s03.html#id2568282 ) //in which case we will also free() the allcoated string. if (window_manager == NULL) return FALSE; else - free(window_manager); + free(window_manager); snprintf( buf, sizeof(buf), "_NET_WM_CM_S%d", screen); atom = XInternAtom(dpy, buf, True); -- cgit v1.2.3