Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/flashctl flashctl: remove trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/f2eab7521c5f
branches:  trunk
changeset: 372969:f2eab7521c5f
user:      rillig <rillig%NetBSD.org@localhost>
date:      Sun Jan 08 15:55:25 2023 +0000

description:
flashctl: remove trailing whitespace

No binary change.

diffstat:

 usr.sbin/flashctl/flashctl.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0101b0cdde05 -r f2eab7521c5f usr.sbin/flashctl/flashctl.c
--- a/usr.sbin/flashctl/flashctl.c      Sun Jan 08 15:52:30 2023 +0000
+++ b/usr.sbin/flashctl/flashctl.c      Sun Jan 08 15:55:25 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: flashctl.c,v 1.7 2023/01/08 15:52:30 rillig Exp $      */
+/*     $NetBSD: flashctl.c,v 1.8 2023/01/08 15:55:25 rillig Exp $      */
 
 /*-
  * Copyright (c) 2010 Department of Software Engineering,
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: flashctl.c,v 1.7 2023/01/08 15:52:30 rillig Exp $");
+__RCSID("$NetBSD: flashctl.c,v 1.8 2023/01/08 15:55:25 rillig Exp $");
 
 #include <sys/ioctl.h>
 #include <sys/flashio.h>
@@ -140,7 +140,7 @@
                printf("\n");
 
                /* TODO: humanize */
-               printf("Capacity %jd Mbytes, %jd pages, %ju bytes/page\n", 
+               printf("Capacity %jd Mbytes, %jd pages, %ju bytes/page\n",
                    (intmax_t)ip.ip_flash_size / 1024 / 1024,
                    (intmax_t)ip.ip_flash_size / ip.ip_page_size,
                    (intmax_t)ip.ip_page_size);



Home | Main Index | Thread Index | Old Index