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/extractExternal.cpp | |
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/extractExternal.cpp')
-rw-r--r-- | openmp/runtime/src/extractExternal.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/openmp/runtime/src/extractExternal.cpp b/openmp/runtime/src/extractExternal.cpp index d8c4901bd5d..ba20373a6a4 100644 --- a/openmp/runtime/src/extractExternal.cpp +++ b/openmp/runtime/src/extractExternal.cpp @@ -2,7 +2,6 @@ * extractExternal.cpp */ - //===----------------------------------------------------------------------===// // // The LLVM Compiler Infrastructure @@ -12,7 +11,6 @@ // //===----------------------------------------------------------------------===// - #include <fstream> #include <iostream> #include <map> |