Skip to content

Commit cb1a639

Browse files
authored
[libunwind] Fix an inconsistent indentation (NFC) (#72314)
1 parent 1a09cfb commit cb1a639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/include/__libunwind_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
# define _LIBUNWIND_TARGET_RISCV 1
200200
# define _LIBUNWIND_TARGET_VE 1
201201
# define _LIBUNWIND_TARGET_S390X 1
202-
#define _LIBUNWIND_TARGET_LOONGARCH 1
202+
# define _LIBUNWIND_TARGET_LOONGARCH 1
203203
# define _LIBUNWIND_CONTEXT_SIZE 167
204204
# define _LIBUNWIND_CURSOR_SIZE 204
205205
# define _LIBUNWIND_HIGHEST_DWARF_REGISTER 287

0 commit comments

Comments
 (0)