From ec05778d5718a7912e506764d443a78d6a6179e3 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 5 Nov 2012 22:41:51 +0000 Subject: Converted tabs to spaces with tabconv. --- src/stable/randomsystem.h | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/stable/randomsystem.h') diff --git a/src/stable/randomsystem.h b/src/stable/randomsystem.h index 7106d58..63b40f3 100644 --- a/src/stable/randomsystem.h +++ b/src/stable/randomsystem.h @@ -11,27 +11,27 @@ namespace Bu { - class File; - class RandomSystem : public RandomBase - { - public: - enum Type - { - Fast, - Good - }; + class File; + class RandomSystem : public RandomBase + { + public: + enum Type + { + Fast, + Good + }; - RandomSystem( Type eType=Fast ); - virtual ~RandomSystem(); + RandomSystem( Type eType=Fast ); + virtual ~RandomSystem(); - virtual void seed( int32_t iSeed ); + virtual void seed( int32_t iSeed ); - virtual int32_t rand(); + virtual int32_t rand(); - private: - Type eType; - File *pSrc; - }; + private: + Type eType; + File *pSrc; + }; }; #endif -- cgit v1.2.3