From 85a22e754cd1f43e178e4a81c182643d4319bc5b Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 4 Aug 2020 10:39:44 +0200 Subject: 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*$//' {} \; --- src/core/workspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/workspace.h') diff --git a/src/core/workspace.h b/src/core/workspace.h index b8ea3c97..3af1997d 100644 --- a/src/core/workspace.h +++ b/src/core/workspace.h @@ -52,7 +52,7 @@ struct _MetaWorkspace MetaScreen *screen; GList *windows; - + /* The "MRU list", or "most recently used" list, is a list of * MetaWindows ordered based on the time the the user interacted * with the window most recently. -- cgit v1.2.1