mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
sim/testsuite/cris/c/stat3.c: Fix formatting nit
* c/stat3.c (main): Fix formatting nit.
This commit is contained in:

committed by
Hans-Peter Nilsson

parent
d0b2f561a1
commit
7443cb7479
@ -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 ();
|
||||
|
Reference in New Issue
Block a user