aboutsummaryrefslogtreecommitdiff
path: root/src/core/IKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/IKernel.cpp')
-rw-r--r--src/core/IKernel.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/IKernel.cpp b/src/core/IKernel.cpp
index 31f1ec7a3f..fb7e095091 100644
--- a/src/core/IKernel.cpp
+++ b/src/core/IKernel.cpp
@@ -30,8 +30,7 @@ const Window &IKernel::window() const
return _window;
}
-IKernel::IKernel()
- : _window()
+IKernel::IKernel() : _window()
{
// Create an empty window to make sure the children classes set the window values themselves
_window.set(Window::DimX, Window::Dimension(0, 0, 1));