Skip to content

Commit c7729ff

Browse files
committed
Coding style
1 parent 7f6ad8b commit c7729ff

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

cppproperties/archiver.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,3 @@ namespace tct::properties
9797
};
9898

9999
}
100-

cppproperties/cppproperties.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
namespace tct::cppproperties
99
{
1010
}
11-

cppproperties/exceptions.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,3 @@ namespace tct::properties
4949
std::string property_name;
5050
};
5151
}
52-

cppproperties/qt_widgets/factory.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ namespace tct::properties::qt_widgets
6666

6767
[[nodiscard]]
6868
static
69-
std::unique_ptr<QWidget> build_form(tct::properties::properties& p)
69+
std::unique_ptr<QWidget>
70+
build_form(tct::properties::properties& p)
7071
{
7172
// Layout
7273
QFormLayout* layout = new QFormLayout;

0 commit comments

Comments
 (0)