From 890aea27735880084cea458beac09fc689bfc324 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 24 Oct 2011 01:04:13 +0200 Subject: [PATCH] screen_outputs.c: fix indentation --- src/screen_outputs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screen_outputs.c b/src/screen_outputs.c index abfc457..af0b2d3 100644 --- a/src/screen_outputs.c +++ b/src/screen_outputs.c @@ -245,7 +245,7 @@ const struct screen_functions screen_outputs = { .close = outputs_close, .resize = outputs_resize, .paint = outputs_paint, - .update = screen_outputs_update, + .update = screen_outputs_update, .cmd = outputs_cmd, .get_title = outputs_title, }; -- 2.30.2