From 9c2f68f6bfa3de2e73080fa665c7f88b7debdb67 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 1 May 2021 14:31:41 +0100 Subject: [PATCH] Increase line length Signed-off-by: falkTX --- dgl/Application.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dgl/Application.hpp b/dgl/Application.hpp index 2a561691..074a29bf 100644 --- a/dgl/Application.hpp +++ b/dgl/Application.hpp @@ -32,11 +32,9 @@ class Window; Base DGL Application class. One application instance is required for creating a window. - There's no single/global application instance in DGL, and multiple - windows can share the same app instance. + There's no single/global application instance in DGL, and multiple windows can share the same app instance. - In standalone mode an application will automatically quit its - event-loop when all its windows are closed. + In standalone mode an application will automatically quit its event-loop when all its windows are closed. */ class Application {