diff options
author | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 12:52:19 +0200 |
---|---|---|
committer | Przemyslaw Pawelczyk <przemoc@gmail.com> | 2015-09-03 12:52:19 +0200 |
commit | a805425af32b8277958af71f10dc9f96fd4c694a (patch) | |
tree | 3eea2d41c0301dbf5e133e3dead292d6fda4e3af /utils.h | |
parent | 202d11a26108172ef35402ad5ce2183ed4a08b5c (diff) |
Remove trailing whitespaces.
Diffstat (limited to 'utils.h')
-rw-r--r-- | utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ char *xstrdup(const char *s); /* Human-readable printout of binary data */ void binary_print(const char *s, ssize_t len); -/* Writes data to a file or exits on failure */ +/* Writes data to a file or exits on failure */ void xfwrite(const void *ptr, size_t size, FILE *stream); /* Writes an int to a file, using len bytes, in bigendian order */ |