Skip to content

Commit d080b5f

Browse files
committed
[libunwind] Fix a case of inconsistent indentation. NFC.
1 parent a05a98a commit d080b5f

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
@@ -196,7 +196,7 @@
196196
# define _LIBUNWIND_TARGET_RISCV 1
197197
# define _LIBUNWIND_TARGET_VE 1
198198
# define _LIBUNWIND_TARGET_S390X 1
199-
#define _LIBUNWIND_TARGET_LOONGARCH 1
199+
#define _LIBUNWIND_TARGET_LOONGARCH 1
200200
# define _LIBUNWIND_CONTEXT_SIZE 167
201201
# define _LIBUNWIND_CURSOR_SIZE 179
202202
# define _LIBUNWIND_HIGHEST_DWARF_REGISTER 287

0 commit comments

Comments
 (0)