From: Stefan Kangas Date: Wed, 8 Jan 2025 04:57:27 +0000 (+0100) Subject: ; Fix indentation X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cfcef745749a3d220aca2697aba0564f00aad29b;p=emacs.git ; Fix indentation (cherry picked from commit 9811f80d252ae14dd655fce031fee5ffa95b689e) --- diff --git a/src/lisp.h b/src/lisp.h index 339ff5e83b0..9da654cf9af 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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