aboutsummaryrefslogtreecommitdiff
path: root/runtime/.clang-format
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2017-11-03 18:28:19 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2017-11-03 18:28:19 +0000
commitac062a9ef1dcccd162914d9e8872b41dab146c02 (patch)
tree14adad029a2821ec8cd91575876d4ccf3148047b /runtime/.clang-format
parent92e5a1069f2fbb956381ad3dd928edcd977f1b23 (diff)
Revert "Updating implementation of OMPT as specified in OpenMP 5.0 Preview 2 (TR6)"
This reverts commit r317339 which discarded some recent commits. git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@317346 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'runtime/.clang-format')
-rw-r--r--runtime/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/.clang-format b/runtime/.clang-format
index 194ff63..590e1e2 100644
--- a/runtime/.clang-format
+++ b/runtime/.clang-format
@@ -2,4 +2,4 @@
BasedOnStyle: LLVM
AlignTrailingComments: false
SortIncludes: false
----
+...