From 9a81b043be6d1fccbe5b0da11463de65098cd15f Mon Sep 17 00:00:00 2001 From: Thomas Ingleby Date: Wed, 25 Jun 2014 14:58:15 +0100 Subject: [PATCH] aio: minor formatting fix Signed-off-by: Thomas Ingleby --- src/aio/aio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/aio/aio.c b/src/aio/aio.c index aacdae5..1605165 100644 --- a/src/aio/aio.c +++ b/src/aio/aio.c @@ -44,8 +44,8 @@ static mraa_result_t aio_get_valid_fp(mraa_aio_context dev) dev->adc_in_fp = open(file_path, O_RDONLY); if (dev->adc_in_fp == -1) { - fprintf(stderr, "Failed to open Analog input raw file %s for " - "reading!\n", file_path); return( MRAA_ERROR_INVALID_RESOURCE); + fprintf(stderr, "Failed to open Analog input raw file %s for " + "reading!\n", file_path); return( MRAA_ERROR_INVALID_RESOURCE); } return MRAA_SUCCESS;