]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix indentation
authorStefan Kangas <stefankangas@gmail.com>
Wed, 8 Jan 2025 04:57:27 +0000 (05:57 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 8 Jan 2025 08:58:40 +0000 (09:58 +0100)
(cherry picked from commit 9811f80d252ae14dd655fce031fee5ffa95b689e)

src/lisp.h

index 339ff5e83b0fc6c4a99013dc1fc9a9d3e5f6d0ae..9da654cf9af6f60b289ddc93f65e40dafe2a9af6 100644 (file)
@@ -1120,8 +1120,8 @@ SYMBOLP (Lisp_Object x)
 INLINE struct Lisp_Symbol_With_Pos *
 XSYMBOL_WITH_POS (Lisp_Object a)
 {
-    eassert (SYMBOL_WITH_POS_P (a));
-    return XUNTAG (a, Lisp_Vectorlike, struct Lisp_Symbol_With_Pos);
+  eassert (SYMBOL_WITH_POS_P (a));
+  return XUNTAG (a, Lisp_Vectorlike, struct Lisp_Symbol_With_Pos);
 }
 
 INLINE Lisp_Object