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/tafnode.h | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'src/stable/tafnode.h') diff --git a/src/stable/tafnode.h b/src/stable/tafnode.h index 9c0e0b9..923ee24 100644 --- a/src/stable/tafnode.h +++ b/src/stable/tafnode.h @@ -15,30 +15,30 @@ namespace Bu { - subExceptionDecl( TafException ); - /** - * - *@ingroup Taf - */ - class TafNode - { - public: - enum NodeType - { - typeGroup, - typeProperty, - typeComment - }; + subExceptionDecl( TafException ); + /** + * + *@ingroup Taf + */ + class TafNode + { + public: + enum NodeType + { + typeGroup, + typeProperty, + typeComment + }; - public: - TafNode( NodeType eType ); - virtual ~TafNode(); + public: + TafNode( NodeType eType ); + virtual ~TafNode(); - NodeType getType() const; + NodeType getType() const; - private: - NodeType eType; - }; + private: + NodeType eType; + }; } #endif -- cgit v1.2.3