summaryrefslogtreecommitdiff
path: root/nuttx/libc/math/lib_pow.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/math/lib_pow.c')
-rw-r--r--nuttx/libc/math/lib_pow.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/math/lib_pow.c b/nuttx/libc/math/lib_pow.c
index a19d491fa..f8fe18b5e 100644
--- a/nuttx/libc/math/lib_pow.c
+++ b/nuttx/libc/math/lib_pow.c
@@ -10,11 +10,11 @@
* a compatibile, MIT-style license:
*
* Copyright (C) 2009, 2010 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