summaryrefslogtreecommitdiff
path: root/include/llvm-libc-types/ENTRY.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm-libc-types/ENTRY.h')
-rw-r--r--include/llvm-libc-types/ENTRY.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm-libc-types/ENTRY.h b/include/llvm-libc-types/ENTRY.h
index 0ccb5938207a..ccbd777e2475 100644
--- a/include/llvm-libc-types/ENTRY.h
+++ b/include/llvm-libc-types/ENTRY.h
@@ -6,12 +6,12 @@
//
//===----------------------------------------------------------------------===//
-#ifndef __LLVM_LIBC_TYPES_ENTRY_H__
-#define __LLVM_LIBC_TYPES_ENTRY_H__
+#ifndef LLVM_LIBC_TYPES_ENTRY_H
+#define LLVM_LIBC_TYPES_ENTRY_H
typedef struct {
char *key;
void *data;
} ENTRY;
-#endif // __LLVM_LIBC_TYPES_ENTRY_H__
+#endif // LLVM_LIBC_TYPES_ENTRY_H