diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 19:31:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-07 19:31:49 +0100 |
| commit | 5a7fe8a6eacd5f4caac4f3c3d625ba82e393f7e6 (patch) | |
| tree | 46d290640fff74773a9d79191ff9221631324e77 /example/text_editor_example | |
| parent | ae1d4f859cf3ed47f5aa7086adcc48a7c40757f7 (diff) | |
[CHORE] Ran format.sh on example.text-editor-example
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example/text_editor_example')
| -rw-r--r-- | example/text_editor_example/example.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/text_editor_example/example.cpp b/example/text_editor_example/example.cpp index bc2bffd..d61f91f 100644 --- a/example/text_editor_example/example.cpp +++ b/example/text_editor_example/example.cpp @@ -13,6 +13,6 @@ int main(int argc, char** argv) TTextEditor win; win.show(); - + return app.exec(); } |
