Cosmetic: Removing trailing whitespace at the end of lines.

This commit is contained in:
Gregory Nutt 2017-06-08 13:12:08 -06:00
parent 04eefd7c8b
commit 30cbb3059f
3 changed files with 4 additions and 4 deletions

View File

@ -181,14 +181,14 @@ static int gpout_write(FAR struct gpio_dev_s *dev, bool value)
gpioinfo("Writing %d\n", (int)value); gpioinfo("Writing %d\n", (int)value);
stm32_gpiowrite(g_gpiooutputs[stm32gpio->id], value); stm32_gpiowrite(g_gpiooutputs[stm32gpio->id], value);
return OK; return OK;
} }
static int gpint_attach(FAR struct gpio_dev_s *dev, static int gpint_attach(FAR struct gpio_dev_s *dev,
pin_interrupt_t callback) pin_interrupt_t callback)
{ {
FAR struct stm32gpint_dev_s *stm32gpint = (FAR struct stm32gpint_dev_s *)dev; FAR struct stm32gpint_dev_s *stm32gpint = (FAR struct stm32gpint_dev_s *)dev;
gpioinfo("Attaching the callback\n"); gpioinfo("Attaching the callback\n");
/* Make sure the interrupt is disabled */ /* Make sure the interrupt is disabled */

View File

@ -88,7 +88,7 @@ int stm32_mfrc522initialize(FAR const char *devpath)
} }
/* Then register the MFRC522 */ /* Then register the MFRC522 */
ret = mfrc522_register(devpath, spi); ret = mfrc522_register(devpath, spi);
if (ret < 0) if (ret < 0)
{ {

View File

@ -2,7 +2,7 @@
* configs/stm32f103minimum/src/stm32_tone.c * configs/stm32f103minimum/src/stm32_tone.c
* *
* Copyright (C) 2016 Gregory Nutt. All rights reserved. * Copyright (C) 2016 Gregory Nutt. All rights reserved.
* Author: Alan Carvalho de Assis <acassis@gmail.com> * Author: Alan Carvalho de Assis <acassis@gmail.com>
* *
* Redistribution and use in source and binary forms, with or without * Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions * modification, are permitted provided that the following conditions