diff options
Diffstat (limited to 'clang-tools-extra/clang-modernize/Core/Reformatting.h')
| -rw-r--r-- | clang-tools-extra/clang-modernize/Core/Reformatting.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-modernize/Core/Reformatting.h b/clang-tools-extra/clang-modernize/Core/Reformatting.h index 9a10171a742..a9c76df438f 100644 --- a/clang-tools-extra/clang-modernize/Core/Reformatting.h +++ b/clang-tools-extra/clang-modernize/Core/Reformatting.h @@ -13,8 +13,8 @@ /// //===----------------------------------------------------------------------===// -#ifndef CPP11_MIGRATE_REFORMATTING_H -#define CPP11_MIGRATE_REFORMATTING_H +#ifndef CLANG_MODERNIZE_REFORMATTING_H +#define CLANG_MODERNIZE_REFORMATTING_H #include "Core/Refactoring.h" #include "clang/Format/Format.h" @@ -57,4 +57,4 @@ private: clang::format::FormatStyle Style; }; -#endif // CPP11_MIGRATE_REFORMATTING_H +#endif // CLANG_MODERNIZE_REFORMATTING_H |

