unistr/u8-chr, unistr/u8-strchr: Optimize and add comments.
[pspp] / lib / pwrite.c
index acf6acf92b06a23593c279e34136a3266694b5ab..00714791c37d17c31a6f9f38139fecf912b3801c 100644 (file)
@@ -55,7 +55,7 @@ pwrite (int fd, const void *buf, size_t nbyte, off_t offset)
   if (__libc_lseek (fd, old_offset, SEEK_SET) == (off_t) -1)
     {
       if (result == -1)
-       __set_errno (save_errno);
+        __set_errno (save_errno);
       return -1;
     }
   __set_errno (save_errno);