summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/SortJavaScriptImports.cpp
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2017-09-20 09:51:03 +0000
committerManuel Klimek <klimek@google.com>2017-09-20 09:51:03 +0000
commit89628f641407c2b03899509b9a3317f792f634c3 (patch)
treedda83cde576171a7bbce3f6ebec6d7919c3f22f2 /clang/lib/Format/SortJavaScriptImports.cpp
parent33ec43d653093d7dea3c2d5eefe82e73f67a8f12 (diff)
downloadbcm5719-llvm-89628f641407c2b03899509b9a3317f792f634c3.tar.gz
bcm5719-llvm-89628f641407c2b03899509b9a3317f792f634c3.zip
clang-format clang-format.
llvm-svn: 313744
Diffstat (limited to 'clang/lib/Format/SortJavaScriptImports.cpp')
-rw-r--r--clang/lib/Format/SortJavaScriptImports.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/SortJavaScriptImports.cpp b/clang/lib/Format/SortJavaScriptImports.cpp
index e08f4c3eec3..c4db9a6c2f5 100644
--- a/clang/lib/Format/SortJavaScriptImports.cpp
+++ b/clang/lib/Format/SortJavaScriptImports.cpp
@@ -277,7 +277,7 @@ private:
// Parses module references in the given lines. Returns the module references,
// and a pointer to the first "main code" line if that is adjacent to the
// affected lines of module references, nullptr otherwise.
- std::pair<SmallVector<JsModuleReference, 16>, AnnotatedLine*>
+ std::pair<SmallVector<JsModuleReference, 16>, AnnotatedLine *>
parseModuleReferences(const AdditionalKeywords &Keywords,
SmallVectorImpl<AnnotatedLine *> &AnnotatedLines) {
SmallVector<JsModuleReference, 16> References;
OpenPOWER on IntegriCloud