diff options
author | 2015-04-24 17:19:06 +0000 | |
---|---|---|
committer | 2015-04-24 17:19:06 +0000 | |
commit | 8c543486fbffd3c5731d7223876377e6493ed328 (patch) | |
tree | b3a33c3e39a6c3a3a6693b28e7072eec5338e70d | |
parent | We need to loop over the files once to work out the width of the labels (diff) | |
download | wireguard-openbsd-8c543486fbffd3c5731d7223876377e6493ed328.tar.xz wireguard-openbsd-8c543486fbffd3c5731d7223876377e6493ed328.zip |
move an ugly space
-rw-r--r-- | usr.bin/file/magic-test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/file/magic-test.c b/usr.bin/file/magic-test.c index 2c33b7f5545..a8134da4ba1 100644 --- a/usr.bin/file/magic-test.c +++ b/usr.bin/file/magic-test.c @@ -1,4 +1,4 @@ -/* $OpenBSD: magic-test.c,v 1.1 2015/04/24 16:24:11 nicm Exp $ */ +/* $OpenBSD: magic-test.c,v 1.2 2015/04/24 17:19:06 deraadt Exp $ */ /* * Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> @@ -137,7 +137,7 @@ magic_add_result(struct magic_state *ms, struct magic_line *ml, static void magic_add_string(struct magic_state *ms, struct magic_line *ml, - const char* s, size_t slen) + const char *s, size_t slen) { char *out; size_t outlen, offset; |