summaryrefslogtreecommitdiff
path: root/src/being.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/being.cpp')
-rw-r--r--src/being.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/being.cpp b/src/being.cpp
index 66d7cea0..41fa46fe 100644
--- a/src/being.cpp
+++ b/src/being.cpp
@@ -164,7 +164,7 @@ Being::Being() {
}
Being::~Being() {
- if(path) {
+ if (path) {
PATH_NODE *temp = path;
PATH_NODE *next;
while (temp) {
@@ -174,7 +174,7 @@ Being::~Being() {
}
path = NULL;
}
- if(speech) {
+ if (speech) {
free(speech);
}
-} \ No newline at end of file
+}