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/experimental/filesystem.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/experimental/filesystem.h') diff --git a/src/experimental/filesystem.h b/src/experimental/filesystem.h index 0c992a5..d25cb67 100644 --- a/src/experimental/filesystem.h +++ b/src/experimental/filesystem.h @@ -3,22 +3,22 @@ namespace Bu { - /** - * Represents an abstract baseclass for any file organization structure. - * If you're looking for acessing a local filesystem, try Bu::Dir. This - * is used to make switching between different types of filesystems - * seamless. FileSystems could be anything that organizes and grants - * access to file data, local filesystems, FTP servers, zip or myriadfs - * files, etc. - */ - class FileSystem - { - public: - FileSystem(); - virtual ~FileSystem(); + /** + * Represents an abstract baseclass for any file organization structure. + * If you're looking for acessing a local filesystem, try Bu::Dir. This + * is used to make switching between different types of filesystems + * seamless. FileSystems could be anything that organizes and grants + * access to file data, local filesystems, FTP servers, zip or myriadfs + * files, etc. + */ + class FileSystem + { + public: + FileSystem(); + virtual ~FileSystem(); - - }; + + }; }; #endif -- cgit v1.2.3