summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/assert/assert.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-12-05 16:07:33 -0600
committerJoel Sherrill <joel@rtems.org>2018-12-05 16:07:33 -0600
commitcbb08b61764f62a13f9885f80a617bc96ab36f22 (patch)
tree96955a92c42e932b2f5ec4c598abf2d75b6e87d5 /testsuites/psxtests/psxhdrs/assert/assert.c
parentpsxtmcleanup01/init.c: Fix warnings (diff)
downloadrtems-cbb08b61764f62a13f9885f80a617bc96ab36f22.tar.bz2
psxhdrs: Fix spacing
Diffstat (limited to '')
-rw-r--r--testsuites/psxtests/psxhdrs/assert/assert.c32
1 files changed, 16 insertions, 16 deletions
diff --git a/testsuites/psxtests/psxhdrs/assert/assert.c b/testsuites/psxtests/psxhdrs/assert/assert.c
index d04410d525..936fa041bc 100644
--- a/testsuites/psxtests/psxhdrs/assert/assert.c
+++ b/testsuites/psxtests/psxhdrs/assert/assert.c
@@ -3,21 +3,21 @@
* @brief assert() API Conformance Test
*/
- /*
- * COPYRIGHT (c) 2018.
- * Jacob Shin
- *
- * Permission to use, copy, modify, and/or distribute this software
- * for any purpose with or without fee is hereby granted.
- *
- * 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 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
- * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
- * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
- * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
+/*
+ * COPYRIGHT (c) 2018.
+ * Jacob Shin
+ *
+ * Permission to use, copy, modify, and/or distribute this software
+ * for any purpose with or without fee is hereby granted.
+ *
+ * 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 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
+ * OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
+ * WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
+ * ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -32,4 +32,4 @@ int test( void )
assert(1 == 1);
return (1);
-} \ No newline at end of file
+}