diff options
author | Daniel Jasper <djasper@google.com> | 2012-12-04 10:50:12 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2012-12-04 10:50:12 +0000 |
commit | a88bb45f11c1e27f9caf60a85a8e1774d3e09ead (patch) | |
tree | 0343e689578804a133afba1946900ac6be65644a /include/clang/Format/Format.h | |
parent | 30bc63ffbab71522e5c5a9adc5054e462a0cbf65 (diff) |
Replace workarounds with correct fixes.
Also fix header guard.
http://llvm-reviews.chandlerc.com/D159
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169254 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Format/Format.h')
-rw-r--r-- | include/clang/Format/Format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Format/Format.h b/include/clang/Format/Format.h index c2deccfda2..708fbefb6e 100644 --- a/include/clang/Format/Format.h +++ b/include/clang/Format/Format.h @@ -15,7 +15,7 @@ /// //===----------------------------------------------------------------------===// -#ifndef LLVM_CLANG_FORMAT_FORMAT_H_ +#ifndef LLVM_CLANG_FORMAT_FORMAT_H #define LLVM_CLANG_FORMAT_FORMAT_H #include "clang/Frontend/FrontendAction.h" |