summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-15 18:06:56 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2014-07-15 18:06:56 +0000
commit34e5ea6c9f2f0cfed9b43b465e4c9aaf8a92aad7 (patch)
tree2d1d3f5e2e3b2447870e9f90e3a3bc3671509669
parent3705790adfb27fae33367a03a900d246b277b549 (diff)
downloadbcm5719-llvm-34e5ea6c9f2f0cfed9b43b465e4c9aaf8a92aad7.tar.gz
bcm5719-llvm-34e5ea6c9f2f0cfed9b43b465e4c9aaf8a92aad7.zip
ADT: Add "end namespace" comment
This keeps clang-format from deleting the preceding newline. llvm-svn: 213082
-rw-r--r--llvm/include/llvm/ADT/MapVector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/ADT/MapVector.h b/llvm/include/llvm/ADT/MapVector.h
index 2eae22c5665..a89f4a76e44 100644
--- a/llvm/include/llvm/ADT/MapVector.h
+++ b/llvm/include/llvm/ADT/MapVector.h
@@ -134,6 +134,6 @@ public:
}
};
-}
+} // end namespace llvm
#endif
OpenPOWER on IntegriCloud