diff options
author | 2015-07-16 21:05:08 +0000 | |
---|---|---|
committer | 2015-07-16 21:05:08 +0000 | |
commit | 5e79fc5a765ef8a476df91c213285f2c0ad45362 (patch) | |
tree | c350c2634589298686defaa2be60d4018750190c | |
parent | combine fprintfs and use a constant format string. hint from reyk (diff) | |
download | wireguard-openbsd-5e79fc5a765ef8a476df91c213285f2c0ad45362.tar.xz wireguard-openbsd-5e79fc5a765ef8a476df91c213285f2c0ad45362.zip |
zap trailing whitespace
with rpe's blessing
-rw-r--r-- | distrib/miniroot/install.sub | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/distrib/miniroot/install.sub b/distrib/miniroot/install.sub index 71f06da6a50..1b34ae6ffa3 100644 --- a/distrib/miniroot/install.sub +++ b/distrib/miniroot/install.sub @@ -1,4 +1,4 @@ -# $OpenBSD: install.sub,v 1.845 2015/07/05 09:17:39 rpe Exp $ +# $OpenBSD: install.sub,v 1.846 2015/07/16 21:05:08 halex Exp $ # # Copyright (c) 1997-2015 Todd Miller, Theo de Raadt, Ken Westerback # Copyright (c) 2015, Robert Peichaer <rpe@openbsd.org> @@ -294,7 +294,7 @@ disklabel_autolayout() { else echo "No autopartitioning template found." exit 1 - fi + fi done while :; do |