summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/netlist/plib/plists.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/netlist/plib/plists.h')
-rw-r--r--src/lib/netlist/plib/plists.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/lib/netlist/plib/plists.h b/src/lib/netlist/plib/plists.h
index 97d55120806..16cb2f9e686 100644
--- a/src/lib/netlist/plib/plists.h
+++ b/src/lib/netlist/plib/plists.h
@@ -19,14 +19,13 @@
#include "pstring.h"
namespace plib {
-
/* ----------------------------------------------------------------------------------------
* uninitialised_array_t:
- * fixed size array allowing to override constructor and initialize
- * members by placement new.
+ * fixed size array allowing to override constructor and initialize
+ * members by placement new.
*
- * Use with care. This template is provided to improve locality of storage
- * in high frequency applications. It should not be used for anything else.
+ * Use with care. This template is provided to improve locality of storage
+ * in high frequency applications. It should not be used for anything else.
* ---------------------------------------------------------------------------------------- */
template <class C, std::size_t N>