diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-05 22:41:51 +0000 |
| commit | ec05778d5718a7912e506764d443a78d6a6179e3 (patch) | |
| tree | 78a9a01532180030c095acefc45763f07c14edb8 /src/stable/tafnode.cpp | |
| parent | b20414ac1fe80a71a90601f4cd1767fa7014a9ba (diff) | |
| download | libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.gz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.bz2 libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.tar.xz libbu++-ec05778d5718a7912e506764d443a78d6a6179e3.zip | |
Converted tabs to spaces with tabconv.
Diffstat (limited to '')
| -rw-r--r-- | src/stable/tafnode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stable/tafnode.cpp b/src/stable/tafnode.cpp index 630bcce..10ba89a 100644 --- a/src/stable/tafnode.cpp +++ b/src/stable/tafnode.cpp | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | namespace Bu { subExceptionDef( TafException ) } | 10 | namespace Bu { subExceptionDef( TafException ) } |
| 11 | 11 | ||
| 12 | Bu::TafNode::TafNode( NodeType eType ) : | 12 | Bu::TafNode::TafNode( NodeType eType ) : |
| 13 | eType( eType ) | 13 | eType( eType ) |
| 14 | { | 14 | { |
| 15 | } | 15 | } |
| 16 | 16 | ||
| @@ -20,6 +20,6 @@ Bu::TafNode::~TafNode() | |||
| 20 | 20 | ||
| 21 | Bu::TafNode::NodeType Bu::TafNode::getType() const | 21 | Bu::TafNode::NodeType Bu::TafNode::getType() const |
| 22 | { | 22 | { |
| 23 | return eType; | 23 | return eType; |
| 24 | } | 24 | } |
| 25 | 25 | ||
