From 52be1ef0d126f09ba943c7afcf367e7d9347f2fd Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 8 Nov 2012 22:58:28 +0000 Subject: tabconv: it's all spaces now. --- src/filemgr.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/filemgr.h') diff --git a/src/filemgr.h b/src/filemgr.h index 517e784..5241eee 100644 --- a/src/filemgr.h +++ b/src/filemgr.h @@ -9,18 +9,18 @@ class FileMgr : public Bu::Singleton { friend class Bu::Singleton; private: - FileMgr(); - virtual ~FileMgr(); + FileMgr(); + virtual ~FileMgr(); public: - int open( const Bu::String &sPath, int iMode ); - Bu::File &get( int iId ); - void close( int iId ); + int open( const Bu::String &sPath, int iMode ); + Bu::File &get( int iId ); + void close( int iId ); private: - typedef Bu::Hash FileHash; - FileHash hFile; - int iNextId; + typedef Bu::Hash FileHash; + FileHash hFile; + int iNextId; }; #endif -- cgit v1.2.3