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/tafcomment.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/stable/tafcomment.h') diff --git a/src/stable/tafcomment.h b/src/stable/tafcomment.h index 80c6399..2f403e7 100644 --- a/src/stable/tafcomment.h +++ b/src/stable/tafcomment.h @@ -13,24 +13,24 @@ namespace Bu { - /** - * - *@ingroup Taf - */ - class TafComment : public TafNode - { - public: - TafComment( const Bu::TafComment &rSrc ); - TafComment( const Bu::String &sText, bool bEOL=false ); - virtual ~TafComment(); + /** + * + *@ingroup Taf + */ + class TafComment : public TafNode + { + public: + TafComment( const Bu::TafComment &rSrc ); + TafComment( const Bu::String &sText, bool bEOL=false ); + virtual ~TafComment(); - const Bu::String &getText() const; - bool isEOLStyle() const; + const Bu::String &getText() const; + bool isEOLStyle() const; - private: - Bu::String sText; - bool bEOL; - }; + private: + Bu::String sText; + bool bEOL; + }; } #endif -- cgit v1.2.3