summaryrefslogtreecommitdiffstats
path: root/sail
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2021-05-02 12:50:43 +0000
committerCameron Katri <me@cameronkatri.com>2021-05-05 14:56:21 -0400
commit1c75ca2e2dc72d118edbb854455e602d70d80a52 (patch)
treea815eb983fa15e7c407095122e37acb90093be9a /sail
parent2442661e769456700d67fac92056d18b3046633e (diff)
downloadbsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.gz
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.tar.zst
bsdgames-darwin-1c75ca2e2dc72d118edbb854455e602d70d80a52.zip
games: remove trailing whitespace in *.c and *.h
Diffstat (limited to 'sail')
-rw-r--r--sail/array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sail/array.h b/sail/array.h
index 2a564244..11854ec2 100644
--- a/sail/array.h
+++ b/sail/array.h
@@ -126,7 +126,7 @@ array_add(struct array *a, void *val, unsigned *index_ret)
* in array.c.
*
* Example usage in e.g. item.h of some game:
- *
+ *
* DECLARRAY_BYTYPE(stringarray, char);
* DECLARRAY(potion);
* DECLARRAY(sword);