white space clean-ups.

This commit is contained in:
Michael Kerrisk 2007-12-23 17:46:23 +00:00
parent 2b528e4d79
commit 8568021d3b
2 changed files with 3 additions and 3 deletions

View File

@ -536,7 +536,7 @@ main(int argc, char *argv[])
fd = open(argv[1], O_RDONLY);
if (fd == \-1)
handle_error("open");
handle_error("open");
if (fstat(fd, &sb) == \-1) /* To obtain file size */
handle_error("fstat");