aio: fix spacing
authorThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 May 2014 11:58:55 +0000 (12:58 +0100)
committerThomas Ingleby <thomas.c.ingleby@intel.com>
Wed, 21 May 2014 11:58:55 +0000 (12:58 +0100)
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
src/aio/aio.c

index d573194..58cfb39 100644 (file)
@@ -64,7 +64,7 @@ maa_aio_context maa_aio_init(unsigned int aio_channel)
         switch(checked_pin) {
             case -1:
                 fprintf(stderr, "Invalid analog input channel %d specified\n",
-                           aio_channel);
+                        aio_channel);
                 return NULL;
             case -2:
                 fprintf(stderr, "Failed to set-up analog input channel %d "