Indentation fixes

This commit is contained in:
Thomas Avé 2017-01-11 18:43:25 +01:00
parent aa2dbbefae
commit 846199181c
2 changed files with 7 additions and 6 deletions

View File

@ -74,7 +74,6 @@ namespace pds {
* @param templateName the template name, gets combined with `getName()` * @param templateName the template name, gets combined with `getName()`
*/ */
std::string findTemplate(std::string templateName); std::string findTemplate(std::string templateName);
}; };
} }

View File

@ -9,6 +9,8 @@
namespace pds { namespace pds {
namespace templ { namespace templ {
/** /**
* A changeable information structure for templates * A changeable information structure for templates
*/ */