From 8543488f7f41a0fbbc42a9592d1721a2b73ce08a Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 26 Oct 2021 17:06:26 +0200 Subject: pluma-tab: remove a whitespace before #if --- pluma/pluma-tab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pluma/pluma-tab.c b/pluma/pluma-tab.c index 769b406f..832556b8 100644 --- a/pluma/pluma-tab.c +++ b/pluma/pluma-tab.c @@ -1719,7 +1719,7 @@ _pluma_tab_get_name (PlumaTab *tab) } else { - #if 0 +#if 0 if (pluma_document_get_readonly (doc)) { tab_name = g_strdup_printf ("%s [%s]", docname, -- cgit v1.2.1