Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/system/RandGen.h')
-rw-r--r--source/blender/freestyle/intern/system/RandGen.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/source/blender/freestyle/intern/system/RandGen.h b/source/blender/freestyle/intern/system/RandGen.h
index de3c834be55..43f36b0a2fd 100644
--- a/source/blender/freestyle/intern/system/RandGen.h
+++ b/source/blender/freestyle/intern/system/RandGen.h
@@ -27,25 +27,24 @@
#include "../system/Precision.h"
#ifdef WITH_CXX_GUARDEDALLOC
-#include "MEM_guardedalloc.h"
+# include "MEM_guardedalloc.h"
#endif
namespace Freestyle {
-class RandGen
-{
-public:
- static real drand48();
- static void srand48(long value);
+class RandGen {
+ public:
+ static real drand48();
+ static void srand48(long value);
-private:
- static void next();
+ private:
+ static void next();
#ifdef WITH_CXX_GUARDEDALLOC
- MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:RandGen")
+ MEM_CXX_CLASS_ALLOC_FUNCS("Freestyle:RandGen")
#endif
};
} /* namespace Freestyle */
-#endif // __FREESTYLE_RAND_GEN_H__
+#endif // __FREESTYLE_RAND_GEN_H__