diff options
| author | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-10-20 19:30:57 +0000 |
|---|---|---|
| committer | Jonathan Peyton <jonathan.l.peyton@intel.com> | 2017-10-20 19:30:57 +0000 |
| commit | 94a114fc3902692018f15b0b27ab9fc57d6cb747 (patch) | |
| tree | 246ebef6bbe102611452d4307677d643f5a95667 /openmp/runtime/src/kmp.h | |
| parent | 1311ff13401f67becd2adbf4538d4711f1ae0e18 (diff) | |
| download | bcm5719-llvm-94a114fc3902692018f15b0b27ab9fc57d6cb747.tar.gz bcm5719-llvm-94a114fc3902692018f15b0b27ab9fc57d6cb747.zip | |
Apply formatting changes
.clang-format's comments are removed and a (hopefully) final
set of formatting changes are applied.
Differential Revision: https://reviews.llvm.org/D38837
Differential Revision: https://reviews.llvm.org/D38920
llvm-svn: 316227
Diffstat (limited to 'openmp/runtime/src/kmp.h')
| -rw-r--r-- | openmp/runtime/src/kmp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/kmp.h b/openmp/runtime/src/kmp.h index c4f6d91795a..cafe182ec87 100644 --- a/openmp/runtime/src/kmp.h +++ b/openmp/runtime/src/kmp.h @@ -3,7 +3,6 @@ * kmp.h -- KPTS runtime header file. */ - //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure @@ -13,7 +12,6 @@ // //===----------------------------------------------------------------------===// - #ifndef KMP_H #define KMP_H |

