Standardize the width of all comment boxes in C files

This commit is contained in:
Gregory Nutt
2015-10-02 17:43:18 -06:00
parent cb9e27c3b0
commit 5b51a9fcdd
230 changed files with 2054 additions and 2054 deletions
+6 -6
View File
@@ -1,4 +1,4 @@
/************************************************************************
/****************************************************************************
* libc/math/lib_cos.c
*
* This file is a part of NuttX:
@@ -23,20 +23,20 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
************************************************************************/
****************************************************************************/
/************************************************************************
/****************************************************************************
* Included Files
************************************************************************/
****************************************************************************/
#include <nuttx/config.h>
#include <nuttx/compiler.h>
#include <math.h>
/************************************************************************
/****************************************************************************
* Public Functions
************************************************************************/
****************************************************************************/
#ifdef CONFIG_HAVE_DOUBLE
double cos(double x)