aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2025-01-08 05:57:27 +0100
committerStefan Kangas2025-01-08 06:51:08 +0100
commit9811f80d252ae14dd655fce031fee5ffa95b689e (patch)
tree305f8d2af0bed102be62da400a350746dbb0ff76 /src
parent601a1f1f2797488ea40292c27945fbfbe1bc3241 (diff)
downloademacs-9811f80d252ae14dd655fce031fee5ffa95b689e.tar.gz
emacs-9811f80d252ae14dd655fce031fee5ffa95b689e.zip
; Fix indentation
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
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)
1120INLINE struct Lisp_Symbol_With_Pos * 1120INLINE struct Lisp_Symbol_With_Pos *
1121XSYMBOL_WITH_POS (Lisp_Object a) 1121XSYMBOL_WITH_POS (Lisp_Object a)
1122{ 1122{
1123 eassert (SYMBOL_WITH_POS_P (a)); 1123 eassert (SYMBOL_WITH_POS_P (a));
1124 return XUNTAG (a, Lisp_Vectorlike, struct Lisp_Symbol_With_Pos); 1124 return XUNTAG (a, Lisp_Vectorlike, struct Lisp_Symbol_With_Pos);
1125} 1125}
1126 1126
1127INLINE Lisp_Object 1127INLINE Lisp_Object