Skip to content

Commit 058bf7d

Browse files
committed
Manually clang-format
1 parent c8d7c85 commit 058bf7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/IR/RuntimeLibcalls.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ struct RuntimeLibcallsInfo {
107107
}
108108

109109
private:
110-
static const char *const
111-
DefaultLibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1];
110+
static const char
111+
*const DefaultLibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1];
112112

113113
/// Stores the name each libcall.
114114
const char *LibcallRoutineNames[RTLIB::UNKNOWN_LIBCALL + 1] = {nullptr};

0 commit comments

Comments
 (0)