From c1e45c6511eb4e9023095fc364913db85a092651 Mon Sep 17 00:00:00 2001 From: Bert Vermeulen Date: Sat, 7 Dec 2013 15:50:25 +0100 Subject: [PATCH] Minor whitespace fix. Really just for testing some git hooks. --- libsigrok.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsigrok.h b/libsigrok.h index 88ba2f58..5589bdc1 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -632,7 +632,7 @@ enum { * flow 0 no flow control * 1 hardware-based (RTS/CTS) flow control * 2 software-based (XON/XOFF) flow control - * + * * This is always an optional parameter, since a driver typically * knows the speed at which the device wants to communicate. */