Cosmetic clean-up in preparation for TCP write buffering change

This commit is contained in:
Gregory Nutt 2014-01-13 08:21:18 -06:00
parent fd54cfb213
commit 46a94ce6c5
2 changed files with 6 additions and 5 deletions

View File

@ -57,15 +57,15 @@
* The port or the Rhombus math library was contributed by Darcy Gong.
*/
#elif defined CONFIG_LIBM
#elif defined(CONFIG_LIBM)
/****************************************************************************
* Copyright (C) 2009-2011 Nick Johnson <nickbjohnson4224 at gmail.com>
*
*
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
*
* THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
* WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
@ -120,7 +120,8 @@
****************************************************************************/
#if defined(__cplusplus)
extern "C" {
extern "C"
{
#endif
/* General Functions ********************************************************/

View File

@ -124,4 +124,4 @@ void posix_spawnattr_dump(posix_spawnattr_t *attr)
#endif
}
#endif /* CONFIG_DEBUG */
#endif /* CONFIG_DEBUG */