From: Uwe Hermann Date: Sun, 8 May 2011 22:59:41 +0000 (+0200) Subject: LA8: Remove trailing whitespace. X-Git-Tag: libsigrok-0.1.0~250 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;h=896a19fd65790093b60ece2d1bdd36caba74eaf8;hp=d1175d5f7e184dff420038a801113f1d3c8a6ee8;p=libsigrok.git LA8: Remove trailing whitespace. --- diff --git a/hardware/chronovu-la8/chronovu-la8.c b/hardware/chronovu-la8/chronovu-la8.c index ca36a035..95d6c038 100644 --- a/hardware/chronovu-la8/chronovu-la8.c +++ b/hardware/chronovu-la8/chronovu-la8.c @@ -955,7 +955,7 @@ static void send_block_to_session_bus(struct la8 *la8, int block) if (trigger_point < (BS - 1)) { /* Send post-trigger SR_DF_LOGIC packet to the session bus. */ sr_spew("la8: sending post-trigger SR_DF_LOGIC packet, " - "start = %d, length = %d", + "start = %d, length = %d", (block * BS) + trigger_point, BS - trigger_point); packet.type = SR_DF_LOGIC; packet.length = BS - trigger_point;