]> sigrok.org Git - libsigrok.git/blobdiff - src/input/binary.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / input / binary.c
index 4984edb0b0aa37b9d8145cf9acda08e01ea981dd..91e4d3c434e45cdcfa65b3597e2f16c8476af9cc 100644 (file)
@@ -29,9 +29,9 @@
 
 #define LOG_PREFIX "input/binary"
 
-#define MAX_CHUNK_SIZE        4096
-#define DEFAULT_NUM_CHANNELS  8
-#define DEFAULT_SAMPLERATE    0
+#define MAX_CHUNK_SIZE       4096
+#define DEFAULT_NUM_CHANNELS 8
+#define DEFAULT_SAMPLERATE   0
 
 struct context {
        gboolean started;