summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disklabel.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-04-01 12:18:20 +0000
committerobrien <obrien@FreeBSD.org>2001-04-01 12:18:20 +0000
commitbe7c1d12489eca9263a2127dedf1cdfeb2ad8b93 (patch)
treea48d82e5adc3563378b2bd88d4318266ec48cd3e /lib/libdisk/disklabel.c
parent51dae2254ac1cd5dc67d293758322c96c592a731 (diff)
downloadFreeBSD-src-be7c1d12489eca9263a2127dedf1cdfeb2ad8b93.zip
FreeBSD-src-be7c1d12489eca9263a2127dedf1cdfeb2ad8b93.tar.gz
Add spaces around operators.
It's OK, the Project and afford them now -- they aren't as expensive as they used to be.
Diffstat (limited to 'lib/libdisk/disklabel.c')
-rw-r--r--lib/libdisk/disklabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disklabel.c b/lib/libdisk/disklabel.c
index a493d2a..69dc2cc 100644
--- a/lib/libdisk/disklabel.c
+++ b/lib/libdisk/disklabel.c
@@ -21,7 +21,7 @@ read_disklabel(int fd, daddr_t block)
{
struct disklabel *dp;
- dp = (struct disklabel *) read_block(fd,block);
+ dp = (struct disklabel *) read_block(fd, block);
if (dp->d_magic != DISKMAGIC)
return 0;
if (dp->d_magic2 != DISKMAGIC)
OpenPOWER on IntegriCloud