You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by ac...@apache.org on 2021/02/01 14:22:16 UTC

[incubator-nuttx] 03/04: include: nuttx: sensors: max31855.h: fix nxstyle errors

This is an automated email from the ASF dual-hosted git repository.

acassis pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 88a48bbde3c54f4c7cb895e72f734f4d119b63a4
Author: Alin Jerpelea <al...@sony.com>
AuthorDate: Sat Jan 30 14:59:28 2021 +0100

    include: nuttx: sensors: max31855.h: fix nxstyle errors
    
    Nxstyle errors fix to pass CI.
    
    Signed-off-by: Alin Jerpelea <al...@sony.com>
---
 include/nuttx/sensors/max31855.h | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/include/nuttx/sensors/max31855.h b/include/nuttx/sensors/max31855.h
index 0f0e6a2..106dcf7 100644
--- a/include/nuttx/sensors/max31855.h
+++ b/include/nuttx/sensors/max31855.h
@@ -88,7 +88,9 @@ extern "C"
  *
  ****************************************************************************/
 
-int max31855_register(FAR const char *devpath, FAR struct spi_dev_s *spi, uint16_t devid);
+int max31855_register(FAR const char *devpath,
+                      FAR struct spi_dev_s *spi,
+                      uint16_t devid);
 
 #undef EXTERN
 #ifdef __cplusplus