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.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/stable/tafproperty.cpp') diff --git a/src/stable/tafproperty.cpp b/src/stable/tafproperty.cpp index 017b294..2b3e338 100644 --- a/src/stable/tafproperty.cpp +++ b/src/stable/tafproperty.cpp @@ -8,16 +8,16 @@ #include "bu/tafproperty.h" Bu::TafProperty::TafProperty( const Bu::TafProperty &rSrc ) : - TafNode( typeProperty ), - sName( rSrc.sName ), - sValue( rSrc.sValue ) + TafNode( typeProperty ), + sName( rSrc.sName ), + sValue( rSrc.sValue ) { } Bu::TafProperty::TafProperty( const Bu::String &sName, const Bu::String &sValue ) : - TafNode( typeProperty ), - sName( sName ), - sValue( sValue ) + TafNode( typeProperty ), + sName( sName ), + sValue( sValue ) { } @@ -27,11 +27,11 @@ Bu::TafProperty::~TafProperty() const Bu::String &Bu::TafProperty::getName() const { - return sName; + return sName; } const Bu::String &Bu::TafProperty::getValue() const { - return sValue; + return sValue; } -- cgit v1.2.3