summaryrefslogtreecommitdiff
path: root/src/lib/spl_entry.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-06-19 00:26:03 +0200
committerCarl Hetherington <cth@carlh.net>2025-07-03 22:46:44 +0200
commit0f8e247fd6d834cb59e840f5042d96bc479b6185 (patch)
tree453cd03ee136bb7ac91c830d9900cea9e358eeb8 /src/lib/spl_entry.h
parent6b8c421c8a893329cbcc2eded16daad7c3fb318b (diff)
White space: spl_entry.{cc,h}
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);
};