From 515d906b38e19ec761b2070d0e7ea4f5b40c1285 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 26 Feb 2025 18:11:22 +0100 Subject: [PATCH] ; Whitespace fixes to silence git hooks (cherry picked from commit 8c165834913bb0dca214acc4b82ba1d9d4ac0a82) --- admin/charsets/Makefile.in | 1 - doc/misc/org-setup.org | 1 - etc/EGLOT-NEWS | 1 - lisp/progmodes/cc-fonts.el | 2 +- src/intervals.c | 8 ++++---- src/term.c | 2 +- 6 files changed, 6 insertions(+), 9 deletions(-) diff --git a/admin/charsets/Makefile.in b/admin/charsets/Makefile.in index 4f366c829c9..3553f95336d 100644 --- a/admin/charsets/Makefile.in +++ b/admin/charsets/Makefile.in @@ -311,4 +311,3 @@ gen-clean: rm -f ${CHARSETS} ${SED_SCRIPT} ${TRANS_TABLE} ${srcdir}/charsets.stamp maintainer-clean: gen-clean distclean - diff --git a/doc/misc/org-setup.org b/doc/misc/org-setup.org index b567af30a2c..63cb9a4c654 100644 --- a/doc/misc/org-setup.org +++ b/doc/misc/org-setup.org @@ -50,4 +50,3 @@ # The "kbd" macro turns KBD into @kbd{KBD}. Additionally, it # encloses case-sensitive special keys (SPC, RET...) within @key{...}. #+macro: kbd (eval (org-texinfo-kbd-macro $1)) - diff --git a/etc/EGLOT-NEWS b/etc/EGLOT-NEWS index 20a2e694426..7b53d5943ba 100644 --- a/etc/EGLOT-NEWS +++ b/etc/EGLOT-NEWS @@ -777,4 +777,3 @@ bug-reference-bug-regexp: "\\(\\(github\\|bug\\)#\\([0-9]+\\)\\)" bug-reference-url-format: eglot--debbugs-or-github-bug-uri paragraph-separate: "[ ]" End: - diff --git a/lisp/progmodes/cc-fonts.el b/lisp/progmodes/cc-fonts.el index 1446e04c3c4..493f6dcebb2 100644 --- a/lisp/progmodes/cc-fonts.el +++ b/lisp/progmodes/cc-fonts.el @@ -1939,7 +1939,7 @@ casts and declarations are fontified. Used on level 2 and higher." (cons (match-end 1) (match-beginning 2))) string-delims (cons open-delim (c-get-ml-closer open-delim))) (goto-char (caar string-delims)))) - + ;; Point is in the body of an ml string. ((and string-delims (>= (point) (cadar string-delims)) diff --git a/src/intervals.c b/src/intervals.c index a6c7d938df7..8b2366a5581 100644 --- a/src/intervals.c +++ b/src/intervals.c @@ -2051,17 +2051,17 @@ set_point_both (ptrdiff_t charpos, ptrdiff_t bytepos) if (! EQ (leave_before, enter_before) && !NILP (leave_before)) calln (leave_before, make_fixnum (old_position), - make_fixnum (charpos)); + make_fixnum (charpos)); if (! EQ (leave_after, enter_after) && !NILP (leave_after)) calln (leave_after, make_fixnum (old_position), - make_fixnum (charpos)); + make_fixnum (charpos)); if (! EQ (enter_before, leave_before) && !NILP (enter_before)) calln (enter_before, make_fixnum (old_position), - make_fixnum (charpos)); + make_fixnum (charpos)); if (! EQ (enter_after, leave_after) && !NILP (enter_after)) calln (enter_after, make_fixnum (old_position), - make_fixnum (charpos)); + make_fixnum (charpos)); } } diff --git a/src/term.c b/src/term.c index ba7b14de158..cd4c1f45426 100644 --- a/src/term.c +++ b/src/term.c @@ -3678,7 +3678,7 @@ tty_menu_help_callback (char const *help_string, int pane, int item) /* (menu-item MENU-NAME PANE-NUMBER) */ menu_object = list3 (Qmenu_item, pane_name, make_fixnum (pane)); show_help_echo (help_string ? build_string (help_string) : Qnil, - Qnil, menu_object, make_fixnum (item)); + Qnil, menu_object, make_fixnum (item)); } struct tty_pop_down_menu -- 2.39.5