Comments + Coding-Style fixed.

git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1461 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
adrian
2012-07-30 13:34:52 +00:00
parent f3f58750c9
commit adb2bf2787
3 changed files with 7 additions and 8 deletions

View File

@ -3,12 +3,11 @@
#include "efw/ExperimentFlow.hpp"
class HSCSimpleExperiment : public fail::ExperimentFlow
{
public:
HSCSimpleExperiment() { }
bool run();
class HSCSimpleExperiment : public fail::ExperimentFlow {
public:
HSCSimpleExperiment() { }
bool run();
};
#endif // __HSC_SIMPLE_EXPERIMENT_HPP__