diff options
author | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-13 16:25:19 +0000 |
---|---|---|
committer | Benjamin Kramer <benny.kra@googlemail.com> | 2014-08-13 16:25:19 +0000 |
commit | 2f5db8b3db7546bb911608f4c7e85962c6019bc7 (patch) | |
tree | ae5881ac46215cb790544eef8aceba085b36f4d8 /clang/unittests/Format/FormatTestUtils.h | |
parent | bdefab961a8a4dec0fd68a9f8d8c44dba0c9d3be (diff) | |
download | bcm5719-llvm-2f5db8b3db7546bb911608f4c7e85962c6019bc7.tar.gz bcm5719-llvm-2f5db8b3db7546bb911608f4c7e85962c6019bc7.zip |
Header guard canonicalization, clang part.
Modifications made by clang-tidy with minor tweaks.
llvm-svn: 215557
Diffstat (limited to 'clang/unittests/Format/FormatTestUtils.h')
-rw-r--r-- | clang/unittests/Format/FormatTestUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/unittests/Format/FormatTestUtils.h b/clang/unittests/Format/FormatTestUtils.h index 649f5b3822c..bd340e5b0e6 100644 --- a/clang/unittests/Format/FormatTestUtils.h +++ b/clang/unittests/Format/FormatTestUtils.h @@ -11,8 +11,8 @@ // //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_FORMAT_TEST_UTILS_H -#define LLVM_CLANG_FORMAT_TEST_UTILS_H +#ifndef LLVM_CLANG_UNITTESTS_FORMAT_FORMATTESTUTILS_H +#define LLVM_CLANG_UNITTESTS_FORMAT_FORMATTESTUTILS_H #include "llvm/ADT/StringRef.h" @@ -64,4 +64,4 @@ inline std::string messUp(llvm::StringRef Code) { } // end namespace format } // end namespace clang -#endif // LLVM_CLANG_FORMAT_TEST_UTILS_H +#endif |