summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'src/main')
-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);