Indentation fixes
This commit is contained in:
parent
aa2dbbefae
commit
846199181c
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
namespace pds {
|
namespace pds {
|
||||||
class Backend {
|
class Backend {
|
||||||
public:
|
public:
|
||||||
/**
|
/**
|
||||||
* Constructor
|
* Constructor
|
||||||
*/
|
*/
|
||||||
|
@ -74,8 +74,7 @@ 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);
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //PARSODUS_BACKEND_H
|
#endif //PARSODUS_BACKEND_H
|
||||||
|
|
|
@ -9,6 +9,8 @@
|
||||||
|
|
||||||
namespace pds {
|
namespace pds {
|
||||||
namespace templ {
|
namespace templ {
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A changeable information structure for templates
|
* A changeable information structure for templates
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue