summaryrefslogtreecommitdiff
path: root/src/main/main.c
diff options
context:
space:
mode:
authorAlbert Cervin <albert@acervin.com>2024-02-01 00:08:06 +0100
committerAlbert Cervin <albert@acervin.com>2024-02-01 00:09:06 +0100
commit1653dfaef03d48a8a3aacfdea33ec6d82cab2a06 (patch)
treea122314f47da3c3904b506f830932e576b45092d /src/main/main.c
parent0e40d7a21bc0b139086e61e52bac6dc1115703bc (diff)
downloaddged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.tar.gz
dged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.tar.xz
dged-1653dfaef03d48a8a3aacfdea33ec6d82cab2a06.zip
Add git commit syntax
Diffstat (limited to 'src/main/main.c')
-rw-r--r--src/main/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/main.c b/src/main/main.c
index c40f438..348ac1e 100644
--- a/src/main/main.c
+++ b/src/main/main.c
@@ -285,8 +285,8 @@ int main(int argc, char *argv[]) {
struct window *active_window = windows_get_active();
- /* Update the screen by flushing command lists collected from updating the
- * buffers.
+ /* Update the screen by flushing command lists collected
+ * from updating the buffers.
*/
TIMED_SCOPE_BEGIN(display);
display_begin_render(display);