mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix code-style
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
parent
6dbe34354b
commit
89d2fc38d2
1 changed files with 4 additions and 4 deletions
|
@ -459,14 +459,14 @@ public:
|
|||
return vectorize;
|
||||
}
|
||||
|
||||
virtual std::string
|
||||
getName() const
|
||||
virtual
|
||||
std::string getName() const
|
||||
{
|
||||
return name;
|
||||
}
|
||||
|
||||
virtual std::string
|
||||
getDescription() const
|
||||
virtual
|
||||
std::string getDescription() const
|
||||
{
|
||||
return desc;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue