Skip to content

Commit f390561

Browse files
committed
comply with code style
Created using spr 1.3.5-bogner
1 parent 374d00f commit f390561

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/ABI/LoongArch/ABISysV_loongarch.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#ifndef liblldb_ABISysV_loongarch_h_
10-
#define liblldb_ABISysV_loongarch_h_
9+
#ifndef LLDB_SOURCE_PLUGINS_ABI_LOONGARCH_ABISYSV_LOONGARCH_H
10+
#define LLDB_SOURCE_PLUGINS_ABI_LOONGARCH_ABISYSV_LOONGARCH_H
1111

1212
// Other libraries and framework includes
1313
#include "llvm/TargetParser/Triple.h"
@@ -101,4 +101,4 @@ class ABISysV_loongarch : public lldb_private::RegInfoBasedABI {
101101
// loongarch32
102102
};
103103

104-
#endif // liblldb_ABISysV_loongarch_h_
104+
#endif // LLDB_SOURCE_PLUGINS_ABI_LOONGARCH_ABISYSV_LOONGARCH_H

0 commit comments

Comments
 (0)