diff options
author | rbuj <[email protected]> | 2021-10-26 17:06:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-11-24 21:12:05 +0100 |
commit | 8543488f7f41a0fbbc42a9592d1721a2b73ce08a (patch) | |
tree | 5f01a7b316c209dd4f491d1f7055856f928fed15 | |
parent | e94d0d7d68f7b8310b4f9843ab0dba5d4289ab62 (diff) | |
download | pluma-8543488f7f41a0fbbc42a9592d1721a2b73ce08a.tar.bz2 pluma-8543488f7f41a0fbbc42a9592d1721a2b73ce08a.tar.xz |
pluma-tab: remove a whitespace before #if
-rw-r--r-- | pluma/pluma-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |