From: Alon Levy Date: Wed, 25 Apr 2012 09:13:20 +0000 (+0300) Subject: qxl: fix > 80 chars line X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~4128^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fce7edf46e23f287b7a72b328870f19646261cb;p=sdk%2Femulator%2Fqemu.git qxl: fix > 80 chars line Signed-off-by: Alon Levy Signed-off-by: Gerd Hoffmann --- diff --git a/hw/qxl.c b/hw/qxl.c index 8b66cbb..b22f86e 100644 --- a/hw/qxl.c +++ b/hw/qxl.c @@ -777,8 +777,8 @@ static void interface_async_complete_io(PCIQXLDevice *qxl, QXLCookie *cookie) } if (cookie && current_async != cookie->io) { fprintf(stderr, - "qxl: %s: error: current_async = %d != %" PRId64 " = cookie->io\n", - __func__, current_async, cookie->io); + "qxl: %s: error: current_async = %d != %" + PRId64 " = cookie->io\n", __func__, current_async, cookie->io); } switch (current_async) { case QXL_IO_MEMSLOT_ADD_ASYNC: