From ca6ef58b1ee8521e4b940ee4883dee714960e413 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Fri, 5 Feb 2016 23:45:45 +0200 Subject: Bulk clearing of whitespace --- src/BlockInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BlockInfo.h') 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. */ -- cgit v1.2.3