From 1653dfaef03d48a8a3aacfdea33ec6d82cab2a06 Mon Sep 17 00:00:00 2001 From: Albert Cervin Date: Thu, 1 Feb 2024 00:08:06 +0100 Subject: Add git commit syntax --- src/main/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main') 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); -- cgit v1.2.3