diff --git a/include/nuttx/math.h b/include/nuttx/math.h index d4277b8026..c01963cff1 100644 --- a/include/nuttx/math.h +++ b/include/nuttx/math.h @@ -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 - * + * * 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 ********************************************************/ diff --git a/libc/spawn/lib_psa_dump.c b/libc/spawn/lib_psa_dump.c index 4687e83382..b949d230a2 100644 --- a/libc/spawn/lib_psa_dump.c +++ b/libc/spawn/lib_psa_dump.c @@ -124,4 +124,4 @@ void posix_spawnattr_dump(posix_spawnattr_t *attr) #endif } -#endif /* CONFIG_DEBUG */ \ No newline at end of file +#endif /* CONFIG_DEBUG */