summaryrefslogtreecommitdiff
path: root/pluma/pluma-prefs-manager.c
diff options
context:
space:
mode:
authorVictor Kareh <[email protected]>2019-06-26 14:46:11 -0400
committerVictor Kareh <[email protected]>2019-06-28 08:38:58 -0400
commit5153fb08a2e26015d07e7b3805de15d38bd05a9d (patch)
treecb852644fd034d51c9f04d5f550cf276b7d12c91 /pluma/pluma-prefs-manager.c
parentcc81a57b2a6164defdc6059bcdf2e8ff9cafbfa4 (diff)
downloadpluma-5153fb08a2e26015d07e7b3805de15d38bd05a9d.tar.bz2
pluma-5153fb08a2e26015d07e7b3805de15d38bd05a9d.tar.xz
Use smart tabs to fix indentation and alignment
Diffstat (limited to 'pluma/pluma-prefs-manager.c')
-rw-r--r--pluma/pluma-prefs-manager.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/pluma/pluma-prefs-manager.c b/pluma/pluma-prefs-manager.c
index e83f44ed..01434bbd 100644
--- a/pluma/pluma-prefs-manager.c
+++ b/pluma/pluma-prefs-manager.c
@@ -990,16 +990,16 @@ pluma_prefs_manager_get_lockdown (void)
/* enable drawing 'normal' spaces */
DEFINE_ENUM_PREF(draw_spaces,
- GPM_SPACE_DRAWER_SPACE)
+ GPM_SPACE_DRAWER_SPACE)
/* enable drawing tabs */
DEFINE_ENUM_PREF(draw_tabs,
- GPM_SPACE_DRAWER_TAB)
+ GPM_SPACE_DRAWER_TAB)
/* enable drawing newline */
DEFINE_BOOL_PREF(draw_newlines,
- GPM_SPACE_DRAWER_NEWLINE)
+ GPM_SPACE_DRAWER_NEWLINE)
/* enable drawing nbsp */
DEFINE_ENUM_PREF(draw_nbsp,
- GPM_SPACE_DRAWER_NBSP)
+ GPM_SPACE_DRAWER_NBSP)