diff options
| author | Stefan Kangas | 2025-01-08 05:57:27 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2025-01-08 06:51:08 +0100 |
| commit | 9811f80d252ae14dd655fce031fee5ffa95b689e (patch) | |
| tree | 305f8d2af0bed102be62da400a350746dbb0ff76 /src | |
| parent | 601a1f1f2797488ea40292c27945fbfbe1bc3241 (diff) | |
| download | emacs-9811f80d252ae14dd655fce031fee5ffa95b689e.tar.gz emacs-9811f80d252ae14dd655fce031fee5ffa95b689e.zip | |
; Fix indentation
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 4 |
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) | |||
| 1120 | INLINE struct Lisp_Symbol_With_Pos * | 1120 | INLINE struct Lisp_Symbol_With_Pos * |
| 1121 | XSYMBOL_WITH_POS (Lisp_Object a) | 1121 | XSYMBOL_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 | ||
| 1127 | INLINE Lisp_Object | 1127 | INLINE Lisp_Object |