From 7443cb7479621e54164c451eb5aad3a40f25dc97 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Wed, 16 Feb 2022 07:32:00 +0100 Subject: [PATCH] sim/testsuite/cris/c/stat3.c: Fix formatting nit * c/stat3.c (main): Fix formatting nit. --- sim/testsuite/cris/c/stat3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/testsuite/cris/c/stat3.c b/sim/testsuite/cris/c/stat3.c index f7c96045832..321da1b2bd6 100644 --- a/sim/testsuite/cris/c/stat3.c +++ b/sim/testsuite/cris/c/stat3.c @@ -14,7 +14,7 @@ int main (int argc, char *argv[]) char path[1024] = "/"; struct stat buf; - strcat (path, mybasename(argv[0])); + strcat (path, mybasename (argv[0])); if (stat (".", &buf) != 0 || !S_ISDIR (buf.st_mode)) abort (); -- 2.30.2