From cfca06d7963fa0909f90483b42a6d7d194d01e08 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 26 Jul 2020 19:36:28 +0000 Subject: Vendor import of llvm-project master 2e10b7a39b9, the last commit before the llvmorg-12-init tag, from which release/11.x was branched. --- lldb/include/lldb/Utility/UserID.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/include/lldb/Utility/UserID.h') diff --git a/lldb/include/lldb/Utility/UserID.h b/lldb/include/lldb/Utility/UserID.h index 2dc5cdb23d0e..9fc6985a5a99 100644 --- a/lldb/include/lldb/Utility/UserID.h +++ b/lldb/include/lldb/Utility/UserID.h @@ -6,8 +6,8 @@ // //===----------------------------------------------------------------------===// -#ifndef liblldb_UserID_h_ -#define liblldb_UserID_h_ +#ifndef LLDB_UTILITY_USERID_H +#define LLDB_UTILITY_USERID_H #include "lldb/lldb-defines.h" #include "lldb/lldb-types.h" @@ -90,4 +90,4 @@ Stream &operator<<(Stream &strm, const UserID &uid); } // namespace lldb_private -#endif // liblldb_UserID_h_ +#endif // LLDB_UTILITY_USERID_H -- cgit v1.2.3