From 57458d4cfddf30b0aadc6003c57c93db0c7557f9 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 8 Jan 2023 15:55:25 +0000 Subject: [PATCH] flashctl: remove trailing whitespace No binary change. --- usr.sbin/flashctl/flashctl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr.sbin/flashctl/flashctl.c b/usr.sbin/flashctl/flashctl.c index 2899a7b8ca69..2a0540606f47 100644 --- a/usr.sbin/flashctl/flashctl.c +++ b/usr.sbin/flashctl/flashctl.c @@ -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 -__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 #include @@ -140,7 +140,7 @@ main(int argc, char **argv) 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);