libweston: fix indentation
Signed-off-by: Tomohito Esaki <etom@igel.co.jp> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
committed by
Pekka Paalanen
parent
3a80ca0629
commit
09bfcd6e1e
@@ -2546,13 +2546,13 @@ output_repaint_timer_handler(void *data)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (ret == 0) {
|
if (ret == 0) {
|
||||||
if (compositor->backend->repaint_flush)
|
if (compositor->backend->repaint_flush)
|
||||||
compositor->backend->repaint_flush(compositor,
|
compositor->backend->repaint_flush(compositor,
|
||||||
repaint_data);
|
repaint_data);
|
||||||
} else {
|
} else {
|
||||||
if (compositor->backend->repaint_cancel)
|
if (compositor->backend->repaint_cancel)
|
||||||
compositor->backend->repaint_cancel(compositor,
|
compositor->backend->repaint_cancel(compositor,
|
||||||
repaint_data);
|
repaint_data);
|
||||||
}
|
}
|
||||||
|
|
||||||
output_repaint_timer_arm(compositor);
|
output_repaint_timer_arm(compositor);
|
||||||
|
|||||||
Reference in New Issue
Block a user