]> sigrok.org Git - libsigrok.git/blobdiff - src/input/raw_analog.c
Remove some unneeded double-spaces.
[libsigrok.git] / src / input / raw_analog.c
index 9c7135f0622aacfd9a6b2177f3ce316f53d66bad..95b1d669ee0d5b51a2278ec4e8b14c625bc6fdaf 100644 (file)
@@ -31,9 +31,9 @@
 #define LOG_PREFIX "input/raw_analog"
 
 /* How many bytes at a time to process and send to the session bus. */
-#define CHUNK_SIZE 4096
-#define DEFAULT_NUM_CHANNELS  1
-#define DEFAULT_SAMPLERATE    0
+#define CHUNK_SIZE             4096
+#define DEFAULT_NUM_CHANNELS   1
+#define DEFAULT_SAMPLERATE     0
 
 struct context {
        gboolean started;