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.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/stable/tafcomment.cpp') diff --git a/src/stable/tafcomment.cpp b/src/stable/tafcomment.cpp index ceda8e3..5168685 100644 --- a/src/stable/tafcomment.cpp +++ b/src/stable/tafcomment.cpp @@ -8,16 +8,16 @@ #include "bu/tafcomment.h" Bu::TafComment::TafComment( const Bu::TafComment &rSrc ) : - TafNode( typeComment ), - sText( rSrc.sText ), - bEOL( rSrc.bEOL ) + TafNode( typeComment ), + sText( rSrc.sText ), + bEOL( rSrc.bEOL ) { } Bu::TafComment::TafComment( const Bu::String &sText, bool bEOL ) : - TafNode( typeComment ), - sText( sText ), - bEOL( bEOL ) + TafNode( typeComment ), + sText( sText ), + bEOL( bEOL ) { } @@ -27,11 +27,11 @@ Bu::TafComment::~TafComment() const Bu::String &Bu::TafComment::getText() const { - return sText; + return sText; } bool Bu::TafComment::isEOLStyle() const { - return bEOL; + return bEOL; } -- cgit v1.2.3