Cleanup: indentation of public/protected/private keywords

This commit is contained in:
Twan van Laarhoven
2020-05-12 21:57:37 +02:00
parent 86aec577a2
commit 0c3712b61a
167 changed files with 751 additions and 752 deletions
+2 -2
View File
@@ -22,7 +22,7 @@ class StyleSheet;
/// Layout of a page of cards
class PageLayout {
public:
public:
// layout
RealSize page_size; ///< Size of a page (in millimetres)
RealSize card_size; ///< Size of a card (in millimetres)
@@ -41,7 +41,7 @@ class PageLayout {
};
class PrintJob : public IntrusivePtrBase<PrintJob> {
public:
public:
PrintJob(SetP const& set) : set(set) {}
// set and cards to print