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/tafwriter.h | 52 +++++++++++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'src/stable/tafwriter.h') diff --git a/src/stable/tafwriter.h b/src/stable/tafwriter.h index 7e43d64..48787ab 100644 --- a/src/stable/tafwriter.h +++ b/src/stable/tafwriter.h @@ -14,32 +14,32 @@ namespace Bu { - class Stream; - class TafNode; - class TafGroup; - class TafProperty; - class TafComment; - - /** - * - *@ingroup Taf - */ - class TafWriter - { - public: - TafWriter( Bu::Stream &sOut ); - virtual ~TafWriter(); - - void writeGroup( const Bu::TafGroup *pRoot ); - - private: - void writeProperty( const Bu::TafProperty *pProp ); - void writeComment( const Bu::TafComment *pComment ); - void writeString( const Bu::String &str ); - void ident(); - Bu::Stream &sOut; - int iDepth; - }; + class Stream; + class TafNode; + class TafGroup; + class TafProperty; + class TafComment; + + /** + * + *@ingroup Taf + */ + class TafWriter + { + public: + TafWriter( Bu::Stream &sOut ); + virtual ~TafWriter(); + + void writeGroup( const Bu::TafGroup *pRoot ); + + private: + void writeProperty( const Bu::TafProperty *pProp ); + void writeComment( const Bu::TafComment *pComment ); + void writeString( const Bu::String &str ); + void ident(); + Bu::Stream &sOut; + int iDepth; + }; } #endif -- cgit v1.2.3