diff options
author | Denis Vlasenko | 2006-09-17 16:28:10 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-09-17 16:28:10 +0000 |
commit | 9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e (patch) | |
tree | 94c3c0678d1349497abe2db6004e9331e50f6d37 /libbb/xfuncs.c | |
parent | a6127aacef047ed7661722705b052811fbe7f467 (diff) | |
download | busybox-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.zip busybox-9213a9e0f2d8fd638ecd02e2628d96dd5c7d233e.tar.gz |
whitespace cleanup
Diffstat (limited to 'libbb/xfuncs.c')
-rw-r--r-- | libbb/xfuncs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 3baf7b2..d77bf38 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -489,8 +489,8 @@ void xlisten(int s, int backlog) // xstat() - a stat() which dies on failure with meaningful error message void xstat(char *name, struct stat *stat_buf) { - if (stat(name, stat_buf)) - bb_perror_msg_and_die("Can't stat '%s'", name); + if (stat(name, stat_buf)) + bb_perror_msg_and_die("Can't stat '%s'", name); } #endif |