summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/BlockInfo.h')
-rw-r--r--src/BlockInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockInfo.h b/src/BlockInfo.h
index 9f562e531..c1eb926d1 100644
--- a/src/BlockInfo.h
+++ b/src/BlockInfo.h
@@ -17,7 +17,7 @@ class cBlockInfo
public:
/** Returns the associated BlockInfo structure for the specified block type. */
-
+
/** This accessor makes sure that the cBlockInfo structures are properly initialized exactly once.
It does so by using the C++ singleton approximation - storing the actual singleton as the function's static variable.
It works only if it is called for the first time before the app spawns other threads. */