summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxhdrs/string
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxhdrs/string')
-rw-r--r--testsuites/psxtests/psxhdrs/string/memccpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/memchr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/memcmp.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/memcpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/memmove.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/memset.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/stpcpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/stpncpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcat.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strchr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcmp.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcoll.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcoll_l.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strcspn.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strdup.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strerror.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strerror_l.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strerror_r.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strlen.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strncat.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strncmp.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strncpy.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strndup.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strnlen.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strpbrk.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strrchr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strsignal.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strspn.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strstr.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strtok.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strtok_r.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strxfrm.c2
-rw-r--r--testsuites/psxtests/psxhdrs/string/strxfrm_l.c2
34 files changed, 34 insertions, 34 deletions
diff --git a/testsuites/psxtests/psxhdrs/string/memccpy.c b/testsuites/psxtests/psxhdrs/string/memccpy.c
index a32a1936d5..25ea6c8fe8 100644
--- a/testsuites/psxtests/psxhdrs/string/memccpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memccpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memchr.c b/testsuites/psxtests/psxhdrs/string/memchr.c
index 2dbe548d2b..5cbdfb06a8 100644
--- a/testsuites/psxtests/psxhdrs/string/memchr.c
+++ b/testsuites/psxtests/psxhdrs/string/memchr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memcmp.c b/testsuites/psxtests/psxhdrs/string/memcmp.c
index 78b7210f69..6ab0f7278d 100644
--- a/testsuites/psxtests/psxhdrs/string/memcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/memcmp.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memcpy.c b/testsuites/psxtests/psxhdrs/string/memcpy.c
index 43da9c8961..1c7038546b 100644
--- a/testsuites/psxtests/psxhdrs/string/memcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/memcpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memmove.c b/testsuites/psxtests/psxhdrs/string/memmove.c
index 7c135d4690..611edfb5f9 100644
--- a/testsuites/psxtests/psxhdrs/string/memmove.c
+++ b/testsuites/psxtests/psxhdrs/string/memmove.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/memset.c b/testsuites/psxtests/psxhdrs/string/memset.c
index f76fcd1006..c63aa5bad7 100644
--- a/testsuites/psxtests/psxhdrs/string/memset.c
+++ b/testsuites/psxtests/psxhdrs/string/memset.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/stpcpy.c b/testsuites/psxtests/psxhdrs/string/stpcpy.c
index cd4d4c8333..7e5a6410ea 100644
--- a/testsuites/psxtests/psxhdrs/string/stpcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpcpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/stpncpy.c b/testsuites/psxtests/psxhdrs/string/stpncpy.c
index 920b9cd48c..f81752de76 100644
--- a/testsuites/psxtests/psxhdrs/string/stpncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/stpncpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcat.c b/testsuites/psxtests/psxhdrs/string/strcat.c
index 0e04266d93..15a0f74949 100644
--- a/testsuites/psxtests/psxhdrs/string/strcat.c
+++ b/testsuites/psxtests/psxhdrs/string/strcat.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strchr.c b/testsuites/psxtests/psxhdrs/string/strchr.c
index 0741247d5a..fc619dfd2a 100644
--- a/testsuites/psxtests/psxhdrs/string/strchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strchr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcmp.c b/testsuites/psxtests/psxhdrs/string/strcmp.c
index de95120b94..92ef4f4172 100644
--- a/testsuites/psxtests/psxhdrs/string/strcmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strcmp.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll.c b/testsuites/psxtests/psxhdrs/string/strcoll.c
index 9d76708e27..9381b7f75e 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcoll_l.c b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
index 03edadcbb9..542e1727f3 100644
--- a/testsuites/psxtests/psxhdrs/string/strcoll_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strcoll_l.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <locale.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcpy.c b/testsuites/psxtests/psxhdrs/string/strcpy.c
index 9c2dda8539..98c2c7cc83 100644
--- a/testsuites/psxtests/psxhdrs/string/strcpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strcpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strcspn.c b/testsuites/psxtests/psxhdrs/string/strcspn.c
index 8dfe905ee0..4f2f6fca2c 100644
--- a/testsuites/psxtests/psxhdrs/string/strcspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strcspn.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strdup.c b/testsuites/psxtests/psxhdrs/string/strdup.c
index 655078eea7..2d147f7890 100644
--- a/testsuites/psxtests/psxhdrs/string/strdup.c
+++ b/testsuites/psxtests/psxhdrs/string/strdup.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror.c b/testsuites/psxtests/psxhdrs/string/strerror.c
index 5a0dfd8135..49c4321897 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_l.c b/testsuites/psxtests/psxhdrs/string/strerror_l.c
index 7b4edd6af1..26cf14ea45 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_l.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strerror_r.c b/testsuites/psxtests/psxhdrs/string/strerror_r.c
index 92eed35d46..0c9a68960b 100644
--- a/testsuites/psxtests/psxhdrs/string/strerror_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strerror_r.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strlen.c b/testsuites/psxtests/psxhdrs/string/strlen.c
index 46abe67b16..3f71f58f5b 100644
--- a/testsuites/psxtests/psxhdrs/string/strlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strlen.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncat.c b/testsuites/psxtests/psxhdrs/string/strncat.c
index 395b205446..730a56cfa6 100644
--- a/testsuites/psxtests/psxhdrs/string/strncat.c
+++ b/testsuites/psxtests/psxhdrs/string/strncat.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncmp.c b/testsuites/psxtests/psxhdrs/string/strncmp.c
index f2de99bb6b..9b9fccc581 100644
--- a/testsuites/psxtests/psxhdrs/string/strncmp.c
+++ b/testsuites/psxtests/psxhdrs/string/strncmp.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strncpy.c b/testsuites/psxtests/psxhdrs/string/strncpy.c
index a17bf2d543..50b64b3d57 100644
--- a/testsuites/psxtests/psxhdrs/string/strncpy.c
+++ b/testsuites/psxtests/psxhdrs/string/strncpy.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strndup.c b/testsuites/psxtests/psxhdrs/string/strndup.c
index 3ab7eef773..f2298ea999 100644
--- a/testsuites/psxtests/psxhdrs/string/strndup.c
+++ b/testsuites/psxtests/psxhdrs/string/strndup.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strnlen.c b/testsuites/psxtests/psxhdrs/string/strnlen.c
index 4114c90dea..5dad39dd65 100644
--- a/testsuites/psxtests/psxhdrs/string/strnlen.c
+++ b/testsuites/psxtests/psxhdrs/string/strnlen.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strpbrk.c b/testsuites/psxtests/psxhdrs/string/strpbrk.c
index b53e139506..0fc6aa70db 100644
--- a/testsuites/psxtests/psxhdrs/string/strpbrk.c
+++ b/testsuites/psxtests/psxhdrs/string/strpbrk.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strrchr.c b/testsuites/psxtests/psxhdrs/string/strrchr.c
index 8285b8df61..2b37e16384 100644
--- a/testsuites/psxtests/psxhdrs/string/strrchr.c
+++ b/testsuites/psxtests/psxhdrs/string/strrchr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strsignal.c b/testsuites/psxtests/psxhdrs/string/strsignal.c
index 55b2de3833..3b4de0c0f2 100644
--- a/testsuites/psxtests/psxhdrs/string/strsignal.c
+++ b/testsuites/psxtests/psxhdrs/string/strsignal.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strspn.c b/testsuites/psxtests/psxhdrs/string/strspn.c
index ee9b79afcd..f8d4cbe82e 100644
--- a/testsuites/psxtests/psxhdrs/string/strspn.c
+++ b/testsuites/psxtests/psxhdrs/string/strspn.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strstr.c b/testsuites/psxtests/psxhdrs/string/strstr.c
index c357869a8f..3e8f12b518 100644
--- a/testsuites/psxtests/psxhdrs/string/strstr.c
+++ b/testsuites/psxtests/psxhdrs/string/strstr.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strtok.c b/testsuites/psxtests/psxhdrs/string/strtok.c
index abe91cf1a8..ebb9f9584e 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strtok_r.c b/testsuites/psxtests/psxhdrs/string/strtok_r.c
index e872221392..731fdcc85d 100644
--- a/testsuites/psxtests/psxhdrs/string/strtok_r.c
+++ b/testsuites/psxtests/psxhdrs/string/strtok_r.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm.c b/testsuites/psxtests/psxhdrs/string/strxfrm.c
index d51a5c12a8..1c1c1ddc1d 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>
diff --git a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
index 5e6208d459..2a3d9f691d 100644
--- a/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
+++ b/testsuites/psxtests/psxhdrs/string/strxfrm_l.c
@@ -31,7 +31,7 @@
*/
#ifdef HAVE_CONFIG_H
- #include "config.h"
+#include "config.h"
#endif
#include <string.h>