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_sqrt.c
*
* This file is a part of NuttX:
@@ -23,11 +23,11 @@
* 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>
@@ -37,9 +37,9 @@
#include "lib_internal.h"
/************************************************************************
/****************************************************************************
* Public Functions
************************************************************************/
****************************************************************************/
#ifdef CONFIG_HAVE_DOUBLE
double sqrt(double x)