From: Jonathan Neuschäfer Date: Sun, 23 Oct 2011 23:04:13 +0000 (+0200) Subject: screen_outputs.c: fix indentation X-Git-Tag: release-0.20~60^2~6 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=890aea27735880084cea458beac09fc689bfc324;p=ncmpc.git screen_outputs.c: fix indentation --- 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, };