]> sigrok.org Git - libsigrok.git/blobdiff - input/input.c
Cosmetics, whitespace, simplifications.
[libsigrok.git] / input / input.c
index bace6f96aa71317e8c7a6e53cd0af32855bc39bc..356de7fe0dfec68688d62bdb2d4fc5793dd3f14f 100644 (file)
 extern struct input_format input_binary;
 
 struct input_format *input_module_list[] = {
-
-       /* this one has to be last, because it will take any input */
+       /* This one has to be last, because it will take any input. */
        &input_binary,
        NULL,
 };
 
 struct input_format **input_list(void)
 {
-
        return input_module_list;
 }