diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-11-08 22:58:28 +0000 |
commit | 52be1ef0d126f09ba943c7afcf367e7d9347f2fd (patch) | |
tree | fd4b0dd148751c3c6c1b95296c3b82cb86051b83 /src/function.cpp | |
parent | 795d0737fed40d88a7801b451b7750ba90802345 (diff) | |
download | build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.gz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.bz2 build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.tar.xz build-52be1ef0d126f09ba943c7afcf367e7d9347f2fd.zip |
tabconv: it's all spaces now.
Diffstat (limited to 'src/function.cpp')
-rw-r--r-- | src/function.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/function.cpp b/src/function.cpp index f73f576..c4bf966 100644 --- a/src/function.cpp +++ b/src/function.cpp | |||
@@ -1,7 +1,7 @@ | |||
1 | #include "function.h" | 1 | #include "function.h" |
2 | 2 | ||
3 | Function::Function() : | 3 | Function::Function() : |
4 | pContext( NULL ) | 4 | pContext( NULL ) |
5 | { | 5 | { |
6 | } | 6 | } |
7 | 7 | ||
@@ -11,6 +11,6 @@ Function::~Function() | |||
11 | 11 | ||
12 | void Function::setContext( class Context *p ) | 12 | void Function::setContext( class Context *p ) |
13 | { | 13 | { |
14 | pContext = p; | 14 | pContext = p; |
15 | } | 15 | } |
16 | 16 | ||