summaryrefslogtreecommitdiff
path: root/src/simulation/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/simulation/tools')
-rw-r--r--src/simulation/tools/AirTool.cpp2
-rw-r--r--src/simulation/tools/Cool.cpp2
-rw-r--r--src/simulation/tools/GravTool.cpp2
-rw-r--r--src/simulation/tools/Heat.cpp2
-rw-r--r--src/simulation/tools/NGrv.cpp2
-rw-r--r--src/simulation/tools/SimTool.cpp2
-rw-r--r--src/simulation/tools/SimTool.h2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/simulation/tools/AirTool.cpp b/src/simulation/tools/AirTool.cpp
index 9fd7f79..23120a0 100644
--- a/src/simulation/tools/AirTool.cpp
+++ b/src/simulation/tools/AirTool.cpp
@@ -19,4 +19,4 @@ int Tool_Air::Perform(Simulation * sim, Particle * cpart, int x, int y, float st
return 1;
}
-Tool_Air::~Tool_Air() {} \ No newline at end of file
+Tool_Air::~Tool_Air() {}
diff --git a/src/simulation/tools/Cool.cpp b/src/simulation/tools/Cool.cpp
index b1b57b1..4c5788d 100644
--- a/src/simulation/tools/Cool.cpp
+++ b/src/simulation/tools/Cool.cpp
@@ -20,4 +20,4 @@ int Tool_Cool::Perform(Simulation * sim, Particle * cpart, int x, int y, float s
return 1;
}
-Tool_Cool::~Tool_Cool() {} \ No newline at end of file
+Tool_Cool::~Tool_Cool() {}
diff --git a/src/simulation/tools/GravTool.cpp b/src/simulation/tools/GravTool.cpp
index 630ba12..3ff30bd 100644
--- a/src/simulation/tools/GravTool.cpp
+++ b/src/simulation/tools/GravTool.cpp
@@ -15,4 +15,4 @@ int Tool_Grav::Perform(Simulation * sim, Particle * cpart, int x, int y, float s
return 1;
}
-Tool_Grav::~Tool_Grav() {} \ No newline at end of file
+Tool_Grav::~Tool_Grav() {}
diff --git a/src/simulation/tools/Heat.cpp b/src/simulation/tools/Heat.cpp
index f28274c..1be3e6e 100644
--- a/src/simulation/tools/Heat.cpp
+++ b/src/simulation/tools/Heat.cpp
@@ -20,4 +20,4 @@ int Tool_Heat::Perform(Simulation * sim, Particle * cpart, int x, int y, float s
return 1;
}
-Tool_Heat::~Tool_Heat() {} \ No newline at end of file
+Tool_Heat::~Tool_Heat() {}
diff --git a/src/simulation/tools/NGrv.cpp b/src/simulation/tools/NGrv.cpp
index 525d697..5e339e6 100644
--- a/src/simulation/tools/NGrv.cpp
+++ b/src/simulation/tools/NGrv.cpp
@@ -15,4 +15,4 @@ int Tool_NGrv::Perform(Simulation * sim, Particle * cpart, int x, int y, float s
return 1;
}
-Tool_NGrv::~Tool_NGrv() {} \ No newline at end of file
+Tool_NGrv::~Tool_NGrv() {}
diff --git a/src/simulation/tools/SimTool.cpp b/src/simulation/tools/SimTool.cpp
index d7015fa..4b3ddeb 100644
--- a/src/simulation/tools/SimTool.cpp
+++ b/src/simulation/tools/SimTool.cpp
@@ -7,4 +7,4 @@ Name(""),
Colour(PIXPACK(0xFFFFFF)),
Description("NULL Tool, does NOTHING")
{
-} \ No newline at end of file
+}
diff --git a/src/simulation/tools/SimTool.h b/src/simulation/tools/SimTool.h
index c32ba5b..c5a5cb1 100644
--- a/src/simulation/tools/SimTool.h
+++ b/src/simulation/tools/SimTool.h
@@ -20,4 +20,4 @@ public:
virtual int Perform(Simulation * sim, Particle * cpart, int x, int y, float strength) { return 0; }
};
-#endif \ No newline at end of file
+#endif