[libunwind] [libunwind] Fix an inconsistent indentation (NFC) (PR #72314)

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 13:44:08 PST 2023


https://github.com/aheejin created https://github.com/llvm/llvm-project/pull/72314

A fix was tried in
https://github.com/llvm/llvm-project/commit/d080b5f1737b4040aa74a5614ae01338f28cd714 but the line is still inconsistent with the surrounding code.

>From 6fdc1096db89073020ffb9daa248d0c18c8992ee Mon Sep 17 00:00:00 2001
From: Heejin Ahn <aheejin at gmail.com>
Date: Tue, 14 Nov 2023 13:42:00 -0800
Subject: [PATCH] [libunwind] Fix an inconsistent indentation (NFC)

A fix was tried in
https://github.com/llvm/llvm-project/commit/d080b5f1737b4040aa74a5614ae01338f28cd714
but the line is still inconsistent with the surrounding code.
---
 libunwind/include/__libunwind_config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libunwind/include/__libunwind_config.h b/libunwind/include/__libunwind_config.h
index 2444e7286b637f1..8db336b2d727ce7 100644
--- a/libunwind/include/__libunwind_config.h
+++ b/libunwind/include/__libunwind_config.h
@@ -199,7 +199,7 @@
 # define _LIBUNWIND_TARGET_RISCV 1
 # define _LIBUNWIND_TARGET_VE 1
 # define _LIBUNWIND_TARGET_S390X 1
- #define _LIBUNWIND_TARGET_LOONGARCH 1
+# define _LIBUNWIND_TARGET_LOONGARCH 1
 # define _LIBUNWIND_CONTEXT_SIZE 167
 # define _LIBUNWIND_CURSOR_SIZE 204
 # define _LIBUNWIND_HIGHEST_DWARF_REGISTER 287



More information about the cfe-commits mailing list