about summary refs log tree commit diff stats
path: root/cpp/030container
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/030container')
-rw-r--r--cpp/030container1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/030container b/cpp/030container
index fcdd82f9..0e013900 100644
--- a/cpp/030container
+++ b/cpp/030container
@@ -1,4 +1,5 @@
 //: Containers contain a fixed number of elements of different types.
+
 :(before "End Mu Types Initialization")
 //: We'll use this container as a running example, with two integer elements.
 int point = Type_number["point"] = Next_type_number++;