summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-10-26 17:12:05 +0200
committerraveit65 <[email protected]>2021-11-20 16:52:48 +0100
commit2d6aece44339a410848645b63b225b3f937c1ec2 (patch)
treebca92fef2b8753f82795863d68d8ea9c7f25c05f /eel
parent0a4384ca8c93b62bdf393cd1f3698bab1999fc6f (diff)
downloadcaja-2d6aece44339a410848645b63b225b3f937c1ec2.tar.bz2
caja-2d6aece44339a410848645b63b225b3f937c1ec2.tar.xz
Remove whitespaces before #define, #if, and #endif
Diffstat (limited to 'eel')
-rw-r--r--eel/eel-editable-label.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eel/eel-editable-label.c b/eel/eel-editable-label.c
index e7c9813e..a3b6813b 100644
--- a/eel/eel-editable-label.c
+++ b/eel/eel-editable-label.c
@@ -1005,9 +1005,9 @@ eel_editable_label_ensure_layout (EelEditableLabel *label,
if (label->font_desc != NULL)
pango_layout_set_font_description (label->layout, label->font_desc);
- #if PANGO_CHECK_VERSION (1, 44, 0)
+#if PANGO_CHECK_VERSION (1, 44, 0)
pango_attr_list_insert (tmp_attrs, pango_attr_insert_hyphens_new (FALSE));
- #endif
+#endif
pango_layout_set_attributes (label->layout, tmp_attrs);
if (preedit_string)