From a805425af32b8277958af71f10dc9f96fd4c694a Mon Sep 17 00:00:00 2001 From: Przemyslaw Pawelczyk Date: Thu, 3 Sep 2015 12:52:19 +0200 Subject: Remove trailing whitespaces. --- utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils.h') diff --git a/utils.h b/utils.h index e131d1e..2dd61c9 100644 --- a/utils.h +++ b/utils.h @@ -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 */ -- cgit v1.2.1