summaryrefslogtreecommitdiff
path: root/src/lib/spl_entry.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/spl_entry.h')
-rw-r--r--src/lib/spl_entry.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/spl_entry.h b/src/lib/spl_entry.h
index cbb597d20..02f1c03c9 100644
--- a/src/lib/spl_entry.h
+++ b/src/lib/spl_entry.h
@@ -37,9 +37,9 @@ class Content;
class SPLEntry
{
public:
- SPLEntry (std::shared_ptr<Content> c);
+ SPLEntry(std::shared_ptr<Content> c);
- void as_xml (xmlpp::Element* e);
+ void as_xml(xmlpp::Element* e);
std::shared_ptr<Content> content;
std::string name;
@@ -51,7 +51,7 @@ public:
bool encrypted;
private:
- void construct (std::shared_ptr<Content> content);
+ void construct(std::shared_ptr<Content> content);
};