]> sigrok.org Git - libsigrok.git/commitdiff
LA8: Remove trailing whitespace.
authorUwe Hermann <redacted>
Sun, 8 May 2011 22:59:41 +0000 (00:59 +0200)
committerUwe Hermann <redacted>
Sun, 8 May 2011 23:04:44 +0000 (01:04 +0200)
hardware/chronovu-la8/chronovu-la8.c

index ca36a035b8b23b19661fc6769789d0c9ac24724b..95d6c038a4c4149f61f027aac9db5c865b43b53b 100644 (file)
@@ -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;