summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2006-02-26 17:59:07 +0000
committerjmc <jmc@openbsd.org>2006-02-26 17:59:07 +0000
commite807cecb92c5ac522b0e5802edc7b9acfa2c5243 (patch)
tree7e9226db3a69538d29451c0c3459cef2f2119dd8
parentunbreak tcp window update (restore 4.4lite code); netbsd pr 13952; (diff)
downloadwireguard-openbsd-e807cecb92c5ac522b0e5802edc7b9acfa2c5243.tar.xz
wireguard-openbsd-e807cecb92c5ac522b0e5802edc7b9acfa2c5243.zip
spacing; from ray lai
ok mickey
-rw-r--r--usr.sbin/apm/apm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c
index 39fbe1319a7..270b2449e63 100644
--- a/usr.sbin/apm/apm.c
+++ b/usr.sbin/apm/apm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: apm.c,v 1.17 2006/01/28 17:08:13 sturm Exp $ */
+/* $OpenBSD: apm.c,v 1.18 2006/02/26 17:59:07 jmc Exp $ */
/*
* Copyright (c) 1996 John T. Kohl
@@ -292,7 +292,7 @@ main(int argc, char *argv[])
printf("Battery remaining: %d percent",
reply.batterystate.battery_life);
else if (dopct)
- printf(", %d %% remaining",
+ printf(", %d%% remaining",
reply.batterystate.battery_life);
if (dopct && !domin)
printf("\n");