From eeba5788bd6e37ab110566af06c3c3ed0fc04c21 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 30 Sep 2013 17:43:44 -0600 Subject: [PATCH] cosmetic update to comments --- include/nuttx/analog/adc.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/nuttx/analog/adc.h b/include/nuttx/analog/adc.h index 9970f4723e..ac38d68203 100644 --- a/include/nuttx/analog/adc.h +++ b/include/nuttx/analog/adc.h @@ -7,6 +7,7 @@ * 0.2 remove ao_read * * Derived from include/nuttx/can.h + * * Copyright (C) 2008, 2009 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * @@ -125,7 +126,6 @@ struct adc_ops_s /* All ioctl calls will be routed through this method */ CODE int (*ao_ioctl)(FAR struct adc_dev_s *dev, int cmd, unsigned long arg); - }; /* This is the device structure used by the driver. The caller of @@ -157,7 +157,8 @@ struct adc_dev_s ************************************************************************************/ #if defined(__cplusplus) -extern "C" { +extern "C" +{ #endif /************************************************************************************