]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/ikalogic-scanaplus/protocol.h
Improve readability and clarity of some numbers.
[libsigrok.git] / src / hardware / ikalogic-scanaplus / protocol.h
index 1df0517ecec2e538308f6547c1083ca24f7390c8..deb76b1595c46231e1db8717b175aaa72d4edca7 100644 (file)
@@ -30,7 +30,7 @@
 
 #define LOG_PREFIX "ikalogic-scanaplus"
 
-#define COMPRESSED_BUF_SIZE            (64 * 1024)
+#define COMPRESSED_BUF_SIZE (64 * 1024)
 
 /* Private, per-device-instance driver context. */
 struct dev_context {