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/tafproperty.h | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'src/stable/tafproperty.h') diff --git a/src/stable/tafproperty.h b/src/stable/tafproperty.h index b7c6983..b9834e1 100644 --- a/src/stable/tafproperty.h +++ b/src/stable/tafproperty.h @@ -13,24 +13,24 @@ namespace Bu { - /** - * - *@ingroup Taf - */ - class TafProperty : public TafNode - { - public: - TafProperty( const Bu::TafProperty &rSrc ); - TafProperty( const Bu::String &sName, const Bu::String &sValue ); - virtual ~TafProperty(); + /** + * + *@ingroup Taf + */ + class TafProperty : public TafNode + { + public: + TafProperty( const Bu::TafProperty &rSrc ); + TafProperty( const Bu::String &sName, const Bu::String &sValue ); + virtual ~TafProperty(); - const Bu::String &getName() const; - const Bu::String &getValue() const; + const Bu::String &getName() const; + const Bu::String &getValue() const; - private: - Bu::String sName; - Bu::String sValue; - }; + private: + Bu::String sName; + Bu::String sValue; + }; } #endif -- cgit v1.2.3