From f7bbf2c1d8d780294f3e016aff239ca35eb6516e Mon Sep 17 00:00:00 2001
From: Marcus Müller <mmueller@gnuradio.org>
Date: Wed, 7 Aug 2019 21:45:12 +0200
Subject: Tree: clang-format without the include sorting

---
 docs/doxygen/other/vector_docstub.h | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

(limited to 'docs/doxygen/other/vector_docstub.h')

diff --git a/docs/doxygen/other/vector_docstub.h b/docs/doxygen/other/vector_docstub.h
index 062e08d306..4308bb49b2 100644
--- a/docs/doxygen/other/vector_docstub.h
+++ b/docs/doxygen/other/vector_docstub.h
@@ -1,16 +1,16 @@
-namespace std
+namespace std {
+/*!
+ * \brief vector documentation stub
+ *
+ * \warning
+ * This isn't the real vector template.  It's just enough to get doxygen
+ * to draw pretty collaboration diagrams.
+ */
+template <class T>
+class vector
 {
-  /*!
-   * \brief vector documentation stub
-   *
-   * \warning
-   * This isn't the real vector template.  It's just enough to get doxygen
-   * to draw pretty collaboration diagrams.
-   */
-  template<class T> class vector
-  {
-  public:
-    T		*p;
-  };
+public:
+    T* p;
+};
 
 } // namespace std
-- 
cgit v1.2.3