Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/lib Trailing whitespace



details:   https://anonhg.NetBSD.org/src/rev/b00e5b104c13
branches:  trunk
changeset: 365917:b00e5b104c13
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Tue May 03 10:09:40 2022 +0000

description:
Trailing whitespace

diffstat:

 sys/arch/i386/stand/lib/biosdisk.c |  19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

diffs (89 lines):

diff -r b67ca14ca3d6 -r b00e5b104c13 sys/arch/i386/stand/lib/biosdisk.c
--- a/sys/arch/i386/stand/lib/biosdisk.c        Tue May 03 08:35:11 2022 +0000
+++ b/sys/arch/i386/stand/lib/biosdisk.c        Tue May 03 10:09:40 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: biosdisk.c,v 1.57 2021/12/28 00:37:16 simonb Exp $     */
+/*     $NetBSD: biosdisk.c,v 1.58 2022/05/03 10:09:40 jmcneill Exp $   */
 
 /*
  * Copyright (c) 1996, 1998
@@ -544,7 +544,7 @@
                d->part[part].size = lp->d_partitions[part].p_size;
        }
 }
-       
+
 static int
 check_label(struct biosdisk *d, daddr_t sector)
 {
@@ -787,7 +787,6 @@
 #endif
 #ifndef NO_DISKLABEL
        error = read_label(d, offset);
-       
 #endif
        return error;
 }
@@ -893,7 +892,7 @@
 
                if (read_partitions(d, 0, 0) != 0)
                        goto next_disk;
-                       
+
                for (part = 0; part < BIOSDISKNPART; part++) {
                        if (d->part[part].size == 0)
                                continue;
@@ -969,7 +968,7 @@
                    raidframe[i].offset + RF_PROTECTED_SECTORS,
                    raidframe[i].size) != 0)
                        goto next_raidrame;
-                       
+
                first = 1;
                for (part = 0; part < BIOSDISKNPART; part++) {
 #ifndef NO_GPT
@@ -1240,7 +1239,7 @@
        return RF_PROTECTED_SECTORS + raidframe.part[candidate].offset;
 }
 #endif
-       
+
 int
 biosdisk_open(struct open_file *f, ...)
 /* struct open_file *f, int biosdev, int partition */
@@ -1356,7 +1355,7 @@
 
                if (read_partitions(d, 0, 0) != 0)
                        goto next_disk;
-                       
+
                for (part = 0; part < BIOSDISKNPART; part++) {
                        if (d->part[part].size == 0)
                                continue;
@@ -1401,7 +1400,7 @@
                    raidframe[i].offset + RF_PROTECTED_SECTORS,
                    raidframe[i].size) != 0)
                        goto next_raidframe;
-                       
+
                for (part = 0; part < BIOSDISKNPART; part++) {
                        bool bootme = d->part[part].attr & GPT_ENT_ATTR_BOOTME;
                        if (d->part[part].size == 0)
@@ -1499,7 +1498,7 @@
 
                if (read_partitions(d, 0, 0) != 0)
                        goto next_disk;
-                       
+
                for (part = 0; part < BIOSDISKNPART; part++) {
                        if (d->part[part].size == 0)
                                continue;
@@ -1527,7 +1526,7 @@
                    raidframe[i].offset + RF_PROTECTED_SECTORS,
                    raidframe[i].size) != 0)
                        goto next_raidframe;
-                       
+
                for (part = 0; part < BIOSDISKNPART; part++) {
                        if (d->part[part].size == 0)
                                continue;



Home | Main Index | Thread Index | Old Index